diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template index d7d47be7831..ec4b60a2b64 100644 --- a/srcpkgs/uni/template +++ b/srcpkgs/uni/template @@ -11,6 +11,10 @@ homepage="https://github.com/arp242/uni" distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz" checksum=04edf69aca7b086328fa1a7bd8e06617ba074eaec041eda6bdad7a1ba0a00dee +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal" +esac + post_install() { vlicense LICENSE }