From df97be68a3a80b301ae829605818493e042c492f Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 4 Feb 2020 17:23:41 +0100 Subject: [PATCH] starship: broken on ppc --- srcpkgs/starship/template | 4 ++++ 1 file changed, 4 insertions(+) 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 }