15 lines
599 B
Bash
15 lines
599 B
Bash
|
# Template file for 'qsv'
|
||
|
pkgname=qsv
|
||
|
version=0.70.0
|
||
|
revision=1
|
||
|
build_style=cargo
|
||
|
configure_args="--no-default-features --features=full"
|
||
|
make_check_args="-- --skip test_sample::sample_seed" # 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=e49dcc2060925fd600c1b2f1dee4fbf8a6874f8749c4838f446cda2038bcba04
|