xurls: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:49 -04:00 committed by classabbyamp
parent 61590dff5f
commit 0ec7f49317
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ changelog="https://github.com/mvdan/xurls/releases"
distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz"
checksum=552779a765de29e51ff01fe6c85a7d0389faae1b80d354332e7c69db232ee4ad
do_check() {
go test -v
}
post_install() {
vlicense LICENSE
}