mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/btop to 1.4.0-3
This commit is contained in:
parent
a499f62824
commit
f6d7c922c9
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue