package created using the webbuild interface [release 7.1.0-1mamba;Fri Mar 10 2023]
This commit is contained in:
parent
0e77c0e9e9
commit
f58ee81866
@ -1,2 +1,3 @@
|
|||||||
# neofetch
|
# neofetch
|
||||||
|
|
||||||
|
A command-line system information tool written in bash 3.2+.
|
||||||
|
40
neofetch.spec
Normal file
40
neofetch.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user