17 lines
691 B
Bash
17 lines
691 B
Bash
# Template file for 'qsv'
|
|
pkgname=qsv
|
|
version=0.100.0
|
|
revision=1
|
|
archs="x86_64* i686* aarch64* arm*" # ring
|
|
build_style=cargo
|
|
configure_args="--no-default-features --features=feature_capable"
|
|
make_check_args="-- --skip test_sample" # fails in i686
|
|
short_desc="CLI toolkit for CSV data-wrangling"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/jqnatividad/qsv"
|
|
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
|
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
|
checksum=08e0825bbe3fb78f6696ce79f7e4ad7c79a7140b12819a28bb4ead4909525efd
|
|
make_check=ci-skip # should be fixed next release
|