21 lines
574 B
Bash
21 lines
574 B
Bash
# Template file for 'xsv'
|
|
pkgname=xsv
|
|
version=0.13.0
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Fast CSV toolkit written in Rust"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain, MIT"
|
|
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
|
|
}
|