xsv: fix build on ppc*-musl

This commit is contained in:
q66 2020-01-02 18:06:05 +01:00
parent 2210f24573
commit 5033874e59
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ homepage="https://github.com/BurntSushi/xsv/"
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
checksum=2b75309b764c9f2f3fdc1dd31eeea5a74498f7da21ae757b3ffd6fd537ec5345
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}
post_install() {
vlicense LICENSE-MIT
vlicense UNLICENSE