starship: broken on ppc
This commit is contained in:
parent
c1d7babd07
commit
df97be68a3
|
@ -13,6 +13,10 @@ homepage="https://starship.rs"
|
|||
distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
|
||||
checksum=90e1f2e795cd0e694d7a514faeee19f881c35ec46811298adde692d606837d5d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs in ring";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue