summaryrefslogtreecommitdiff
path: root/neofetch.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-17 09:09:23 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-17 09:09:23 +0000
commit1c9e1d59b86311f4e4d0c0f39f34c5d11d8960a8 (patch)
treeea07960a434e4e2194a263c687370ee9e310074a /neofetch.spec
parent1022d72689e9b320eb2332102f747ac24fd16304 (diff)
automatic import of neofetchopeneuler24.03_LTS
Diffstat (limited to 'neofetch.spec')
-rw-r--r--neofetch.spec50
1 files changed, 50 insertions, 0 deletions
diff --git a/neofetch.spec b/neofetch.spec
new file mode 100644
index 0000000..6e17dd2
--- /dev/null
+++ b/neofetch.spec
@@ -0,0 +1,50 @@
+Name: neofetch
+Version: 7.1.0
+Release: 1
+Summary: CLI system information tool written in Bash
+
+License: MIT
+URL: https://github.com/dylanaraps/%{name}
+Source0: %{URL}/archive/%{version}/%{name}-%{version}.tar.gz
+Patch0: bashenv.patch
+
+BuildArch: noarch
+BuildRequires: make
+Requires: bash >= 3.2
+Recommends: bind-utils
+Recommends: coreutils
+Recommends: gawk
+Recommends: grep
+Recommends: pciutils
+Recommends: catimg
+Recommends: caca-utils
+Recommends: ImageMagick
+Recommends: jp2a
+Recommends: w3m-img
+Recommends: xdpyinfo
+Recommends: xprop
+Recommends: xrandr
+Recommends: xrdb
+Recommends: xwininfo
+
+%description
+Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. The main purpose of Neofetch is to be used in screenshots to show other users what OS/distribution you're running, what theme/icons you're using and more.
+
+%prep
+%autosetup
+
+%build
+
+%install
+%make_install
+
+%files
+%{_bindir}/%{name}
+%license LICENSE.md
+%doc README.md
+%{_mandir}/man1/%{name}.1*
+
+%changelog
+
+* Mon Aug 8 2022 Ariel Heleneto <ArielHeleneto@outlook.com> - 7.1.0-1
+- Initial package