summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2023-03-02 03:32:51 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2023-03-02 03:32:51 +0000
commitd60b169b8e1163668fcf418f557cd9650c1f3a9b (patch)
treee2d99571fabf20f5da33b036110fce411c119127
parenta565fa14ed91240358c771465f7e5ff9a3f35727 (diff)
automatic import of fisher
-rw-r--r--.gitignore1
-rw-r--r--fisher.spec51
-rw-r--r--sources1
3 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..e246637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/4.4.3.tar.gz
diff --git a/fisher.spec b/fisher.spec
new file mode 100644
index 0000000..da0b1da
--- /dev/null
+++ b/fisher.spec
@@ -0,0 +1,51 @@
+Name: fisher
+Version: 4.4.3
+Release: 1
+Summary: A plugin manager for Fish.
+License: LICENSE.md
+URL: https://github.com/jorgebucaran/fisher
+Source0: https://github.com/jorgebucaran/fisher/archive/refs/tags/%{version}.tar.gz
+BuildArch: noarch
+
+Requires: fish
+Requires: curl
+Requires: tar
+Requires: coreutils
+BuildRequires: fish
+BuildRequires: binutils
+Provides: fish = %{version}
+
+%description
+Manage functions, completions, bindings, and snippets from the command line. Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly.
+
+ 100% pure-Fish—easy to contribute to or modify.
+ Blazing fast concurrent plugin downloads.
+ Zero configuration out of the box.
+ Oh My Fish! plugin support.
+
+
+%prep
+%autosetup -p1 -n %{name}-%{version}
+
+%install
+install -vDm644 -t "%{buildroot}/%{_datarootdir}/fish/vendor_functions.d" functions/fisher.fish
+install -vDm644 -t "%{buildroot}/%{_datarootdir}/fish/vendor_completions.d" completions/fisher.fish
+
+# documentation
+install -vDm644 -t "%{buildroot}/%{_docdir}/%{name}" README.md
+
+# license
+install -vDm644 -t "%{buildroot}/%{_datarootdir}/%{name}" LICENSE.md
+
+%check
+#tests need fishtape, which does not exists for now
+
+%files
+%license LICENSE.md
+%doc README.md
+%{_datarootdir}/%{name}
+%{_datarootdir}/fish/*
+
+%changelog
+* Sun Feb 26 2023 lichaoran <pkwarcraft@hotmail.com> - 4.4.3-1
+- Package init
diff --git a/sources b/sources
new file mode 100644
index 0000000..6b97b81
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+720deec054708b49dba4f2ce92f89f08 4.4.3.tar.gz