diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template index adb0e9ea182..9323800e377 100644 --- a/srcpkgs/pueue/template +++ b/srcpkgs/pueue/template @@ -10,6 +10,11 @@ homepage="https://github.com/Nukesor/pueue" distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz" checksum=dbd333079df9249609f6a01d7c96175ec9d74f9d621688b95ec755134b7fa1f5 +case "$XBPS_TARGET_MACHINE" in + x86_64*|i686*|arm*|aarch64*) ;; + *) broken="ftbfs in ring" ;; +esac + post_install() { vlicense LICENSE }