void-packages/srcpkgs/mmark/template
2020-02-24 08:52:36 +01:00

17 lines
514 B
Bash

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