fd is a simple, fast and user-friendly alternative to find. While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. Written in rust.
other distributions with fd https://repology.org/metapackage/fd/versions ebuilds in overlays http://gpo.zugaina.org/sys-apps/fd Why is RESTRICT="mirror" required here?
(In reply to Jonas Stein from comment #1) > other distributions with fd > https://repology.org/metapackage/fd/versions > > ebuilds in overlays > http://gpo.zugaina.org/sys-apps/fd > > Why is RESTRICT="mirror" required here? in some ditributions it's called fd-find. https://repology.org/metapackage/fd-find/versions I was using some other rust/cargo ebuild as a reference and it has RESTRICT="mirror" in place, but I cannot find which one it was. I assumed it's required for all those small cargo crate files. If it's not required I can remove this line.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db7e0b7558b1e1c5c71784a9a3c30386c3b9b28 commit 5db7e0b7558b1e1c5c71784a9a3c30386c3b9b28 Author: Georgy Yakovlev <ya@sysdump.net> AuthorDate: 2018-01-30 05:24:28 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-02-18 18:11:06 +0000 sys-apps/fd: A simple, fast and user-friendly alternative to find. fd is a simple, fast and user-friendly alternative to find. While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. Closes: https://bugs.gentoo.org/647252 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7001 sys-apps/fd/Manifest | 51 +++++++++++++++++++++++++ sys-apps/fd/fd-6.3.0.ebuild | 93 +++++++++++++++++++++++++++++++++++++++++++++ sys-apps/fd/metadata.xml | 20 ++++++++++ 3 files changed, 164 insertions(+)