void-packages/srcpkgs/mmark/template
2020-01-08 14:52:12 +01:00

17 lines
514 B
Bash

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