diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index bbb2032b3c8..9757887a360 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -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 }