diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template index e7651b6d4de..fd42f7fa00d 100644 --- a/srcpkgs/sigi/template +++ b/srcpkgs/sigi/template @@ -10,6 +10,11 @@ homepage="https://github.com/hiljusti/sigi" distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz" checksum=81f1171495ca53246df1f271e7bc631454e94c8294b95e277f29136572bef6ad +case "$XBPS_TARGET_MACHINE" in + ppc64le*) ;; + ppc64*) broken="some rustix junk";; +esac + post_install() { vman sigi.1 }