void-packages/srcpkgs/mmark/template
2019-10-11 08:23:30 +02:00

17 lines
514 B
Bash

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