22 lines
684 B
Bash
22 lines
684 B
Bash
# Template file for 'fd'
|
|
pkgname=fd
|
|
version=8.3.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Simple, fast and user-friendly alternative to find"
|
|
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
|
license="Apache-2.0, MIT"
|
|
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"
|
|
checksum=834a90fbb4e1deee2ca7f3aa84575c9187869d8af00f72e431ecab4776ae1f62
|
|
|
|
post_install() {
|
|
vman doc/fd.1
|
|
vlicense LICENSE-MIT
|
|
|
|
vcompletion contrib/completion/_fd zsh
|
|
cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
|
|
vcompletion fd.bash bash
|
|
vcompletion fd.fish fish
|
|
}
|