parent
31e37dbfaf
commit
d5d2ea3c74
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'qsv'
|
# Template file for 'qsv'
|
||||||
pkgname=qsv
|
pkgname=qsv
|
||||||
version=0.128.0
|
version=0.129.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=feature_capable"
|
configure_args="--features=feature_capable"
|
||||||
make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
|
make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libzstd-devel"
|
||||||
short_desc="CLI toolkit for CSV data-wrangling"
|
short_desc="CLI toolkit for CSV data-wrangling"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://qsv.dathere.com"
|
homepage="https://qsv.dathere.com"
|
||||||
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=c3a6787406d5e7fcbca0f8d2a0727b198ef582d22c4aeef467b56c2384d02d3a
|
checksum=feae013bedd3e48d194088c5de1b2364461fdc295423641b88426d356ad12c39
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||||
|
|
Loading…
Reference in New Issue