extra/btop to 1.3.1-2

This commit is contained in:
Kevin Mihelich 2024-02-12 13:54:11 +00:00
parent bf2c184422
commit d1d97fb463
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.3.1
pkgrel = 1
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

View file

@ -2,10 +2,11 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disable lto
# - remove makedepend on rocm-smi-lib
pkgname=btop
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64)
url="https://github.com/aristocratos/$pkgname"