20 lines
527 B
Bash
20 lines
527 B
Bash
# Template file for 'mmark'
|
|
pkgname=mmark
|
|
version=2.2.23
|
|
revision=1
|
|
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=8c4ebb780f86f17647de1d81532bf6900498ec48edcdf03de6ef6e68287ae510
|
|
|
|
do_check() {
|
|
go test ./...
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|