diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template index 2dc3f46e47f..e5415d3ee10 100644 --- a/srcpkgs/crun/template +++ b/srcpkgs/crun/template @@ -1,7 +1,7 @@ # Template file for 'crun' pkgname=crun version=0.16 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-systemd" hostmakedepends="pkg-config libtool python3 $(vopt_if man go-md2man)" @@ -25,6 +25,13 @@ case "$XBPS_MACHINE" in *) ;; esac +do_check() { + if [ "$XBPS_CHECK_PKGS" = full ]; then + # most of the tests don't work inside a container + make check ${makejobs} + fi +} + post_install() { rm -f ${DESTDIR}/usr/lib/*.a }