mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
sigi: broken on ppc64 BE because of rustix junk
This commit is contained in:
parent
31e2a007fa
commit
b3329ed67a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue