diff --git a/srcpkgs/comrak/template b/srcpkgs/comrak/template new file mode 100644 index 00000000000..29202031a7d --- /dev/null +++ b/srcpkgs/comrak/template @@ -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 " +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 +}