void-packages/srcpkgs/comrak/template
2021-03-03 12:09:16 -03:00

15 lines
466 B
Bash

# Template file for 'comrak'
pkgname=comrak
version=0.9.1
revision=2
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=c5415987223ebcc64357eab720219d3d8393b61cedb58dc35396cc0249726986
post_install() {
vlicense COPYING
}