16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.7.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=f1860c641d0fe505d6737e2071e566d071f013219f56d2b21cf15759ff945bc3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|