fool: fix build on ppc*-musl

This commit is contained in:
q66 2020-01-11 02:16:33 +01:00
parent b635e4d9b0
commit 7f0ad71bbd
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ homepage="https://github.com/spacekookie/fool"
distfiles="https://github.com/spacekookie/fool/archive/v${version}.tar.gz"
checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}
post_install() {
vlicense LICENSE
}