mmark: update to 2.2.23

This commit is contained in:
Robert Lowry 2021-12-12 07:07:18 -06:00 committed by Andrew J. Hesford
parent c498ab4f9f
commit a3936d532b

View file

@ -1,16 +1,19 @@
# Template file for 'mmark' # Template file for 'mmark'
pkgname=mmark pkgname=mmark
version=2.2.10 version=2.2.23
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/mmarkdown/mmark go_import_path=github.com/mmarkdown/mmark/v2
hostmakedepends="git"
short_desc="Powerful markdown processor geared towards the IETF" short_desc="Powerful markdown processor geared towards the IETF"
maintainer="Robert Lowry <bobertlo@gmail.com>" maintainer="Robert Lowry <bobertlo@gmail.com>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/mmarkdown/mmark/" homepage="https://github.com/mmarkdown/mmark/"
distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz" distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
checksum=1fc9d26b4c2910e72c7ee94c80d2fb1707aaae2d278204c68557ccd1802a2c08 checksum=8c4ebb780f86f17647de1d81532bf6900498ec48edcdf03de6ef6e68287ae510
do_check() {
go test ./...
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE