Files
buildroot/package/fd/Config.in
Saeed Kazemi d95b4db863 package/fd: new package
A simple, fast and user-friendly alternative to 'find'

https://github.com/sharkdp/fd.git

Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-08-02 23:55:51 +02:00

13 lines
435 B
Plaintext

config BR2_PACKAGE_FD
bool "fd"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
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.
https://github.com/sharkdp/fd.git