void-packages/srcpkgs/comrak/template
2021-10-02 16:42:10 -03:00

16 lines
467 B
Bash

# Template file for 'comrak'
pkgname=comrak
version=0.12.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=68f1cc474e08487d67a9290cfbfdbae1ad7163be6c8e0cef644030ffbe944459
post_install() {
vlicense COPYING
}