gxi: broken x86_64-musl

This commit is contained in:
maxice8 2019-01-25 06:08:52 -02:00
parent 618c4484b6
commit cd6ea3b886
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${ve
checksum=b094c966fe79ec23e6b8cfcbae459b003255606084deed44dd60b60ec0035ed6
nocross="Meson x Cargo"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="couldn't compile gxi";;
esac
post_install() {
vlicense LICENSE
}