New package: mmark-2.0.38

closes #8814
This commit is contained in:
Robert Lowry 2019-02-17 11:27:29 -06:00 committed by maxice8
parent a20308949a
commit 403ea7ccfa

17
srcpkgs/mmark/template Normal file
View file

@ -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 <bobertlo@gmail.com>"
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
}