sigi: broken on ppc64 BE because of rustix junk

This commit is contained in:
q66 2022-07-01 17:19:28 +02:00
parent 31e2a007fa
commit b3329ed67a

View file

@ -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
}