parent
7aec878d36
commit
b9dbf83133
1 changed files with 15 additions and 0 deletions
15
srcpkgs/comrak/template
Normal file
15
srcpkgs/comrak/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue