15 lines
466 B
Bash
15 lines
466 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/kivikakk/comrak"
|
|
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
|
checksum=0a7c134dfe937abb40e0c681ebcb3a5a30299b93bc9b15058d24dd77a3bb61c2
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|