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