uni: broken on ppc*

This commit is contained in:
q66 2020-01-11 22:29:47 +01:00
parent 7fabe953b5
commit edb3b8b799

View file

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