void-packages/srcpkgs/mmark/template
2019-04-22 11:43:55 -03:00

17 lines
519 B
Bash

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