* update btop to 1.3.2-2

This commit is contained in:
Alexander Baldeck 2024-08-02 04:13:35 +02:00
parent 13a6409099
commit 79e0a9542c
3 changed files with 21 additions and 1 deletions

15
btop/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.3.2
pkgrel = 2
url = https://github.com/aristocratos/btop
arch = x86_64
license = Apache
makedepends = rocm-smi-lib
depends = gcc-libs
depends = glibc
optdepends = rocm-smi-lib: AMD GPU support
source = https://github.com/aristocratos/btop/archive/v1.3.2/btop-1.3.2.tar.gz
sha256sums = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e
pkgname = btop

5
btop/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[btop]
source = "github"
github = "aristocratos/btop"
prefix = "v"
use_max_tag = true

View File

@ -3,7 +3,7 @@
pkgname=btop
pkgver=1.3.2
pkgrel=1
pkgrel=2
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/aristocratos/$pkgname"