18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'mmark'
|
|
pkgname=mmark
|
|
version=2.2.1
|
|
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=fe98d36c1519bea70cda9144c9ebe9f28b5828730fd76cb20f34803de8353cb5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|