mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fselect: update to 0.8.11.
This commit is contained in:
parent
9e452f2a3c
commit
a78796d8db
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'fselect'
|
# Template file for 'fselect'
|
||||||
pkgname=fselect
|
pkgname=fselect
|
||||||
version=0.8.9
|
version=0.8.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# disable automatic update checking
|
# disable automatic update checking
|
||||||
configure_args="--no-default-features --features users"
|
configure_args="--no-default-features --features=users,git"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="libzstd-devel openssl-devel libgit2-1.9-devel"
|
makedepends="libzstd-devel openssl-devel libgit2-1.9-devel"
|
||||||
short_desc="Find files with SQL-like queries"
|
short_desc="Find files with SQL-like queries"
|
||||||
|
@ -13,7 +13,8 @@ license="Apache-2.0 OR MIT"
|
||||||
homepage="https://fselect.rocks"
|
homepage="https://fselect.rocks"
|
||||||
changelog="https://github.com/jhspetersson/fselect/releases"
|
changelog="https://github.com/jhspetersson/fselect/releases"
|
||||||
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=08a903e2bd7d68dff004a6552dc5823989c74ce20a96416601ce7002f6b51a7b
|
checksum=aafd7d6463a1d8d699a9d3f80295b66aee1b6dc3748c9409c7b76f5fef9a180c
|
||||||
|
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64le*) ;;
|
ppc64le*) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue