17 lines
515 B
Bash
17 lines
515 B
Bash
# Template file for 'mmark'
|
|
pkgname=mmark
|
|
version=2.2.10
|
|
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=1fc9d26b4c2910e72c7ee94c80d2fb1707aaae2d278204c68557ccd1802a2c08
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|