]> git.ipfire.org Git - ipfire-3.x.git/blob - htop/htop.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / htop / htop.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = htop
7 version = 3.2.2
8 release = 1
9
10 groups = Applications/System
11 url = https://htop.dev/
12 license = GPLv2
13 summary = Interactive process viewer
14
15 description
16 htop is an interactive text-mode process viewer for Linux, similar to
17 top(1).
18 end
19
20 source_dl = https://github.com/htop-dev/htop/releases/download/%{version}/
21 sources = %{thisapp}.tar.xz
22
23 build
24 requires
25 libcap-devel
26 libnl3-devel
27 libunwind-devel
28 lm-sensors-devel
29 ncurses-devel
30 end
31
32 install_cmds
33 rm -rf %{BUILDROOT}%{datadir}/{applications,pixmaps}
34 end
35 end
36
37 packages
38 package %{name}
39 # This package should be installed in the default system
40 supplements
41 ipfire-release
42 end
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end