16 lines
668 B
Bash
16 lines
668 B
Bash
# Template file for 'qsv'
|
|
pkgname=qsv
|
|
version=0.116.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_comments --skip=test_sample --skip=test_sort" # fails in i686
|
|
short_desc="CLI toolkit for CSV data-wrangling"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Unlicense"
|
|
homepage="https://qsv.dathere.com"
|
|
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
|
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
|
checksum=9eaba2a347d3b8f4ca595a9268c8858475e2411d3f60d92f60d8bc91cf81a20e
|