package created using the webbuild interface [release 7.1.0-1mamba;Fri Mar 10 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 07:34:58 +01:00
parent 0e77c0e9e9
commit f58ee81866
2 changed files with 41 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# neofetch
A command-line system information tool written in bash 3.2+.

40
neofetch.spec Normal file
View File

@ -0,0 +1,40 @@
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