neofetch/neofetch.spec

41 lines
958 B
RPMSpec

Name: neofetch
Version: 7.1.0
Release: 1mamba
Summary: A command-line system information tool written in bash 3.2+
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/dylanaraps/neofetch
Source: https://github.com/dylanaraps/neofetch.git/%{version}/neofetch-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
A command-line system information tool written in bash 3.2+.
#% debug_package
%prep
%setup -q
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/neofetch
%{_mandir}/man1/neofetch.1*
%changelog
* Fri Mar 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.0-1mamba
- package created using the webbuild interface