extra/btop to 1.4.0-3

This commit is contained in:
Kevin Mihelich 2024-09-24 00:28:33 +00:00
parent a499f62824
commit f6d7c922c9
2 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,11 @@
pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.4.0
pkgrel = 1
pkgrel = 3
url = https://github.com/aristocratos/btop
arch = x86_64
license = Apache
license = Apache-2.0
makedepends = lowdown
makedepends = rocm-smi-lib
depends = gcc-libs
depends = glibc

View file

@ -6,13 +6,14 @@
pkgname=btop
pkgver=1.4.0
pkgrel=1
pkgrel=3
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64)
url="https://github.com/aristocratos/$pkgname"
license=(Apache)
license=(Apache-2.0)
depends=(gcc-libs
glibc)
makedepends=(lowdown)
optdepends=('rocm-smi-lib: AMD GPU support')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")