479728d9ff
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
16 lines
458 B
Bash
16 lines
458 B
Bash
# Template file for 'fd'
|
|
pkgname=fd
|
|
version=7.4.0
|
|
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"
|
|
distfiles="https://github.com/sharkdp/fd/archive/v${version}.tar.gz"
|
|
checksum=33570ba65e7f8b438746cb92bb9bc4a6030b482a0d50db37c830c4e315877537
|
|
|
|
post_install() {
|
|
vman doc/fd.1
|
|
vlicense LICENSE-MIT
|
|
}
|