diff --git a/srcpkgs/superd/template b/srcpkgs/superd/template index 8b157185949..bafaebc6c6f 100644 --- a/srcpkgs/superd/template +++ b/srcpkgs/superd/template @@ -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 }