diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-09 02:30:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-09 02:30:48 +0000 |
commit | 05f2799ec84369d1aa239652f4b3bd79746124c5 (patch) | |
tree | cac64c339cd2a24079fce08f861fc3f7e0c26f36 | |
parent | a565fa14ed91240358c771465f7e5ff9a3f35727 (diff) |
automatic import of fisheropeneuler24.09openeuler22.03_LTS_SP4
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | fisher.spec | 60 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 62 insertions, 0 deletions
@@ -0,0 +1 @@ +/4.4.5.tar.gz diff --git a/fisher.spec b/fisher.spec new file mode 100644 index 0000000..ddd87c2 --- /dev/null +++ b/fisher.spec @@ -0,0 +1,60 @@ +Name: fisher +Version: 4.4.5 +Release: 1 +Summary: A plugin manager for Fish. +License: MIT +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 + +%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 +* Sat Nov 9 2024 lichaoran <pkwarcraft@hotmail.com> - 4.4.5-1 +- Update version to 4.4.5 + +* Fri Dec 15 2023 Vicoloa <lvkun@uniontech.com> - 4.4.4-1 +- Update version to 4.4.4 +- Fix: fix fishshell.com configuration link anchor and update docs to include theme instructions + +* Thu Jun 15 2023 lichaoran <pkwarcraft@hotmail.com> - 4.4.3-2 +- Fix: add valid license and remove incorrect provides + +* Sun Feb 26 2023 lichaoran <pkwarcraft@hotmail.com> - 4.4.3-1 +- Package init @@ -0,0 +1 @@ +79d3af4538c68264dbee404f28b4ce4b 4.4.5.tar.gz |