starship: broken on ppc

This commit is contained in:
q66 2020-02-04 17:23:41 +01:00
parent c1d7babd07
commit df97be68a3

View file

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