mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 05:07:37 +00:00
33 lines
827 B
RPMSpec
33 lines
827 B
RPMSpec
Name: terra-scripts
|
|
Version: 0.1.2
|
|
Release: 1%{?dist}
|
|
Summary: Helpful scripts for contributing to Terra
|
|
License: GPL-3.0-or-later
|
|
URL: https://github.com/terrapkg/cli-tools
|
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
|
Requires: bash
|
|
BuildArch: noarch
|
|
Packager: Its-J <jonah@fyralabs.com>
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -n cli-tools-%{version}
|
|
|
|
%install
|
|
install -Dm 755 format-license.sh %{buildroot}%{_bindir}/format-license
|
|
install -Dm 755 ldd-dnf.sh %{buildroot}%{_bindir}/ldd-dnf
|
|
install -Dm 755 changelog.sh %{buildroot}%{_bindir}/changelog
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/format-license
|
|
%{_bindir}/ldd-dnf
|
|
%{_bindir}/changelog
|
|
|
|
%changelog
|
|
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
|
- Package terra-scripts
|