void-packages/srcpkgs/mmark/template

18 lines
519 B
Bash

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