15 lines
467 B
Bash
15 lines
467 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.10.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=3df4f9c1196184d8b85651726204d0566dbfb1d7f9c94cb8a45988e8e44856d1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|