# Template file for 'fd' pkgname=fd version=10.3.0 revision=1 build_style=cargo build_helper=qemu short_desc="Simple, fast and user-friendly alternative to find" maintainer="tranzystorekk " license="Apache-2.0 OR MIT" homepage="https://github.com/sharkdp/fd" changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md" distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz" checksum=2edbc917a533053855d5b635dff368d65756ce6f82ddefd57b6c202622d791e9 post_install() { vman doc/fd.1 vlicense LICENSE-APACHE vlicense LICENSE-MIT vcompletion contrib/completion/_fd zsh for shell in bash fish; do vtargetrun ${DESTDIR}/usr/bin/fd --gen-completions ${shell} > fd.${shell} vcompletion fd.${shell} ${shell} done }