void-packages/srcpkgs/mmark/template

18 lines
519 B
Bash
Raw Normal View History

2019-02-17 18:27:29 +01:00
# Template file for 'mmark'
pkgname=mmark
2019-02-22 06:09:20 +01:00
version=2.0.40
2019-02-17 18:27:29 +01:00
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"
2019-02-22 06:09:20 +01:00
checksum=6013da8bd80f68d627d8f7c147d9c0370d0543bd100dd6f7c7adc1dcc68be6b3
2019-02-17 18:27:29 +01:00
post_install() {
vlicense LICENSE.txt
}