diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /htop | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'htop')
| -rw-r--r-- | htop/.checksum | 1 | ||||
| -rw-r--r-- | htop/.files | 16 | ||||
| -rw-r--r-- | htop/abuild | 5 | ||||
| -rw-r--r-- | htop/depends | 1 |
4 files changed, 23 insertions, 0 deletions
diff --git a/htop/.checksum b/htop/.checksum new file mode 100644 index 00000000..2814feef --- /dev/null +++ b/htop/.checksum @@ -0,0 +1 @@ +e2a02540bd75d1055d77957524a3a3ed89ae61ca10de501becb4f1c87d4fb4fa htop-3.4.1.tar.xz diff --git a/htop/.files b/htop/.files new file mode 100644 index 00000000..decbffd2 --- /dev/null +++ b/htop/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/htop +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/htop.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/htop.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/htop.1.gz +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/htop.png diff --git a/htop/abuild b/htop/abuild new file mode 100644 index 00000000..ca7c7e35 --- /dev/null +++ b/htop/abuild @@ -0,0 +1,5 @@ +name=htop +version=3.4.1 +release=1 +source="https://github.com/$name-dev/$name/releases/download/$version/$name-$version.tar.xz" +export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-tiny)" diff --git a/htop/depends b/htop/depends new file mode 100644 index 00000000..361b7702 --- /dev/null +++ b/htop/depends @@ -0,0 +1 @@ +libnl-tiny |