forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtop.yaml
60 lines (51 loc) · 1.18 KB
/
htop.yaml
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
51
52
53
54
55
56
57
58
59
60
package:
name: htop
version: 3.3.0
epoch: 1
description: "A cross-platform interactive process viewer."
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- libcap-dev
- libnl3-dev
- linux-headers
- ncurses-dev
- openssf-compiler-options
- pkgconf-dev
- python3
pipeline:
- uses: fetch
with:
uri: https://github.com/htop-dev/htop/releases/download/${{package.version}}/htop-${{package.version}}.tar.xz
expected-sha256: a69acf9b42ff592c4861010fce7d8006805f0d6ef0e8ee647a6ee6e59b743d5c
- runs: ./autogen.sh
- uses: autoconf/configure
with:
opts: |
--prefix="/usr" \
--sysconfdir="/etc" \
--mandir="/usr/share/man" \
--localstatedir="/var" \
--enable-cgroup \
--enable-capabilities \
--enable-delayacct \
--enable-taskstats
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
update:
enabled: true
release-monitor:
identifier: 1332
test:
pipeline:
# AUTOGENERATED
- runs: |
htop --version
htop --help