fd: update to 8.2.1
This commit is contained in:
parent
058af7e229
commit
01b2b760c8
@ -1,21 +1,22 @@
|
|||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=8.1.1
|
version=8.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
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"
|
||||||
distfiles="https://github.com/sharkdp/fd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sharkdp/fd/archive/v${version}.tar.gz"
|
||||||
checksum=7b327dc4c2090b34c7fb3e5ac7147f7bbe6266c2d44b182038d36f3b1d347cc1
|
checksum=429de7f04a41c5ee6579e07a251c72342cd9cf5b11e6355e861bb3fffa794157
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/fd.1
|
vman doc/fd.1
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
||||||
|
vcompletion contrib/completion/_fd zsh
|
||||||
cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
|
cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
|
||||||
vinstall fd.bash 644 usr/share/bash-completion/completions fd
|
vcompletion fd.bash bash
|
||||||
vinstall fd.fish 644 usr/share/fish/vendor_completions.d
|
vcompletion fd.fish fish
|
||||||
vinstall _fd 644 usr/share/zsh/site-functions
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user