void-packages/srcpkgs/mmark/template
2020-04-06 09:36:27 +02:00

17 lines
514 B
Bash

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