void-packages/srcpkgs/mmark/template
2019-08-15 22:44:11 +02:00

17 lines
515 B
Bash

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