mmark: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:43 -04:00 committed by classabbyamp
parent 84b9a27b7d
commit 8828520e1a
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ homepage="https://github.com/mmarkdown/mmark/"
distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
checksum=fb3e20117f11805de5459c78a56476a4b38877d03be49c1c1227598d80e01dfd
do_check() {
go test ./...
}
post_install() {
vlicense LICENSE
}