void-packages/srcpkgs/mmark/template
2019-09-04 11:53:37 +02:00

17 lines
514 B
Bash

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