sigi: broken on ppc64 BE because of rustix junk
This commit is contained in:
parent
31e2a007fa
commit
b3329ed67a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user