summaryrefslogtreecommitdiff
path: root/neofetch.spec
blob: 6e17dd2984750bc2b218726ff1b571e0659c8592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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