21 lines
527 B
Bash
21 lines
527 B
Bash
# Template file for 'mmark'
|
|
pkgname=mmark
|
|
version=2.2.31
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/mmarkdown/mmark/v2
|
|
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=6a45f6a39deb2982207890b8ca2951baa802e44f9158f71e1c35e0d8421877a5
|
|
|
|
do_check() {
|
|
go test ./...
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|