mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
fd: update to 8.5.0
This commit is contained in:
parent
277ab77616
commit
3c75f28aa3
1 changed files with 9 additions and 6 deletions
|
@ -1,22 +1,25 @@
|
||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=8.4.0
|
version=8.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
build_helper=qemu
|
||||||
short_desc="Simple, fast and user-friendly alternative to find"
|
short_desc="Simple, fast and user-friendly alternative to find"
|
||||||
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/sharkdp/fd"
|
homepage="https://github.com/sharkdp/fd"
|
||||||
changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/sharkdp/fd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=d0c2fc7ddbe74e3fd88bf5bb02e0f69078ee6d2aeea3d8df42f508543c9db05d
|
checksum=b719d87da077e35a7588541ba99acbd01e53aa3242b40e26c487d047b959247b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/fd.1
|
vman doc/fd.1
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
||||||
vcompletion contrib/completion/_fd zsh
|
vcompletion contrib/completion/_fd zsh
|
||||||
cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
|
local fd="${DESTDIR}/usr/bin/fd"
|
||||||
vcompletion fd.bash bash
|
for shell in bash fish; do
|
||||||
vcompletion fd.fish fish
|
vtargetrun ${fd} --gen-completions ${shell} > fd.${shell}
|
||||||
|
vcompletion fd.${shell} ${shell}
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue