Description: fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
%files bin
%defattr(-,root,root,-)
/usr/bin/fd
%files data
%defattr(-,root,root,-)
/usr/share/bash-completion/completions/fd
/usr/share/fish/vendor_completions.d/fd.fish
/usr/share/zsh/site-functions/_fd
%files man
%defattr(0644,root,root,0755)
/usr/share/man/man1/fd.1
Official package name: fd
License (must be an OSI approved Open Source license): Apache-2.0 MIT
Download URL of latest release: https://github.com/sharkdp/fd/archive/refs/tags/v10.1.0.tar.gz
Latest release date (must be recent): May 8, 2024
Description:
fd
is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative tofind
. While it does not aim to support all offind
's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.Autospec notes: for-review.txt options.conf cargo_vendor = true
EDIT: Realized that the Makefile can be used to install fd build_pattern = make
series add the following patch to change prefix from /usr/local -> /usr
this way, it also installs the bash-completions