File zypperoni.spec of Package zypperoni
Name: zypperoni
Version: 0
Release: 0
Summary: Speed up openSUSE's package manager zypper
License: GPLv3
Url: https://github.com/pavinjosdev/zypperoni
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
%description
Zypperoni (a portmanteau of zypper and pepperoni 🍕) is a simple single file program without any external dependencies that can be used to massively speed up zypper's most used and time consuming commands. 🚀
Zypperoni uses various techniques to safely group together zypper operations where possible in an async manner and does not by itself make any changes to your configs or system, making it suitable for production use. 💫
%prep
%autosetup
%build
# No build step needed for a shell script
%install
install -Dm755 zypperoni %{buildroot}%{_bindir}/zypperoni
%files
%{_bindir}/zypperoni
%doc README.md
%license LICENSE
%changelog
%autochangelog