From 1c158d273e83e484d156d6e234800d6a76121f3c Mon Sep 17 00:00:00 2001 From: dani-77 Date: Tue, 1 Oct 2024 14:03:51 +0100 Subject: [PATCH] btop: 1.3.2 --- btop/.footprint | 14 ++++++++++++++ btop/.md5sum | 1 + btop/.signature | 5 +++++ btop/Pkgfile | 17 +++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 btop/.footprint create mode 100644 btop/.md5sum create mode 100644 btop/.signature create mode 100644 btop/Pkgfile diff --git a/btop/.footprint b/btop/.footprint new file mode 100644 index 0000000..e9d289a --- /dev/null +++ b/btop/.footprint @@ -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 diff --git a/btop/.md5sum b/btop/.md5sum new file mode 100644 index 0000000..17436f1 --- /dev/null +++ b/btop/.md5sum @@ -0,0 +1 @@ +04ff8d32e7bf748705fe34dfea50c628 v1.3.2.tar.gz diff --git a/btop/.signature b/btop/.signature new file mode 100644 index 0000000..c2f3157 --- /dev/null +++ b/btop/.signature @@ -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 diff --git a/btop/Pkgfile b/btop/Pkgfile new file mode 100644 index 0000000..063a44a --- /dev/null +++ b/btop/Pkgfile @@ -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 +}