void-packages/srcpkgs/mmark/template

17 lines
496 B
Bash

# Template file for 'mmark'
pkgname=mmark
version=2.2.45
revision=2
build_style=go
go_import_path=github.com/mmarkdown/mmark/v2
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=fb3e20117f11805de5459c78a56476a4b38877d03be49c1c1227598d80e01dfd
post_install() {
vlicense LICENSE
}