diff --git a/srcpkgs/mmark/template b/srcpkgs/mmark/template new file mode 100644 index 00000000000..f3243219633 --- /dev/null +++ b/srcpkgs/mmark/template @@ -0,0 +1,17 @@ +# Template file for 'mmark' +pkgname=mmark +version=2.0.38 +revision=1 +build_style=go +go_import_path=github.com/mmarkdown/mmark +hostmakedepends="git" +short_desc="Powerful markdown processor geared towards the IETF" +maintainer="Robert Lowry " +license="BSD-2-Clause" +homepage="https://github.com/mmarkdown/mmark/" +distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz" +checksum=aa68211edb3dee3d835b76a7fb82727b4940783067cffa1d5201b65f38159e19 + +post_install() { + vlicense LICENSE.txt +}