mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 05:07:37 +00:00
cbf5cf935b
* chore: Sync el10 * chore: Resync el10
38 lines
1.0 KiB
RPMSpec
38 lines
1.0 KiB
RPMSpec
Name: butler-bin
|
|
Version: 15.26.1
|
|
Release: 1%?dist
|
|
Summary: Command-line itch.io helper.
|
|
URL: https://itch.io/docs/butler
|
|
Source0: https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
|
|
Source1: https://raw.githubusercontent.com/itchio/butler/refs/heads/master/LICENSE
|
|
Source2: https://raw.githubusercontent.com/itchio/butler/refs/heads/master/README.md
|
|
License: MIT
|
|
Provides: itchio-butler-bin
|
|
Provides: itch-butler-bin
|
|
ExclusiveArch: x86_64
|
|
|
|
Packager: arbormoss <arbormoss@woodsprite.dev>
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
|
|
unzip butler.zip
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dm755 butler %{buildroot}%{_bindir}/butler
|
|
install -Dm644 %{S:1} %{buildroot}%{_defaultlicensedir}/butler-bin/LICENSE
|
|
install -Dm644 %{S:2} %{buildroot}%{_docdir}/butler-bin/README.md
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/butler
|
|
|
|
%changelog
|
|
* Sat Nov 22 2025 arbormoss <arbormoss@woodsprite.dev>
|
|
- Intial Commit
|