From a03b0f14cdc3ea12d18749cecdcacaeca54d9b6e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Jun 2024 02:29:40 +0000 Subject: automatic import of fd --- .gitignore | 1 + fd.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 44 insertions(+) create mode 100644 fd.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..126b988 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/fd-9.0.0.tar.gz diff --git a/fd.spec b/fd.spec new file mode 100644 index 0000000..1342a1e --- /dev/null +++ b/fd.spec @@ -0,0 +1,42 @@ +Name: fd +Version: 9.0.0 +Release: 1%{?dist} +Summary: fd is a program to find entries in your filesystem. + +License: MIT AND Apache-2.0 +URL: https://github.com/sharkdp/fd +Source0: https://github.com/sharkdp/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: cargo +BuildRequires: rust +BuildRequires: rust-std-static + +%description +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. + +%prep +%autosetup -n %{name}-%{version} -p1 +mkdir cargo-home +cat >cargo-home/config < diff --git a/sources b/sources new file mode 100644 index 0000000..5373237 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +3ee72ca77c9a6b0ad108f48338206f05 fd-9.0.0.tar.gz -- cgit v1.2.3