void-packages/srcpkgs/mmark/template
2019-08-20 22:42:18 +02:00

17 lines
514 B
Bash

# Template file for 'mmark'
pkgname=mmark
version=2.1.0
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=094b56539960890319c657a098248adba577c53ec5b703a5b2525b68d15c2048
post_install() {
vlicense LICENSE
}