btop: 1.3.2
This commit is contained in:
parent
6ee170eb5f
commit
1c158d273e
4 changed files with 37 additions and 0 deletions
14
btop/.footprint
Normal file
14
btop/.footprint
Normal file
|
@ -0,0 +1,14 @@
|
|||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/btop
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-rw-r-- root/root usr/share/applications/btop.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/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-rw-r-- root/root usr/share/icons/hicolor/48x48/apps/btop.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-rw-r-- root/root usr/share/icons/hicolor/scalable/apps/btop.svg
|
1
btop/.md5sum
Normal file
1
btop/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
04ff8d32e7bf748705fe34dfea50c628 v1.3.2.tar.gz
|
5
btop/.signature
Normal file
5
btop/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkJijYtRe5PZIuD/QDnJKyph5oLzIorq16pQnC5JKNOtfEksEpNvJZOhfIsxKhSggM1EjuMiP9aaZV26AdxOn4gE=
|
||||
SHA256 (Pkgfile) = b7bea50d82290f30aa86712536b80d622a0a76af9daea03f593e170968f6eea7
|
||||
SHA256 (.footprint) = e6814b4777e000457ffe0e16aa04b301726c2e26f230ec3a8b32ca647e4f1901
|
||||
SHA256 (v1.3.2.tar.gz) = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e
|
17
btop/Pkgfile
Normal file
17
btop/Pkgfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Description: A monitor of resources like htop, but with more info.
|
||||
# URL: https://github.com/aristocratos/btop
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on:
|
||||
|
||||
name=btop
|
||||
version=1.3.2
|
||||
release=2
|
||||
source=(https://github.com/aristocratos/$name/archive/refs/tags/v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make
|
||||
make DESTDIR=$PKG PREFIX=/usr install
|
||||
|
||||
rm -rf $PKG/usr/share/btop
|
||||
}
|
Loading…
Reference in a new issue