superd: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:48 -04:00 committed by classabbyamp
parent bf0db9ea8e
commit 027e0fb0af
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ changelog="https://git.sr.ht/~craftyguy/superd/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~craftyguy/superd/archive/${version}.tar.gz"
checksum=59de58f43bd237c12d0e73425df954eb14dd4e87e11d990e8191aa6921ee08d3
do_check() {
go test ./...
}
post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} installmisc
}