From f58ee81866dbeff2fd34bbc9d588940a510f7aaf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:34:58 +0100 Subject: [PATCH] package created using the webbuild interface [release 7.1.0-1mamba;Fri Mar 10 2023] --- README.md | 1 + neofetch.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 neofetch.spec diff --git a/README.md b/README.md index af1efb9..ccf6f72 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # neofetch +A command-line system information tool written in bash 3.2+. diff --git a/neofetch.spec b/neofetch.spec new file mode 100644 index 0000000..166737b --- /dev/null +++ b/neofetch.spec @@ -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 +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 7.1.0-1mamba +- package created using the webbuild interface