uni: broken on ppc*
This commit is contained in:
parent
7fabe953b5
commit
edb3b8b799
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue