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