mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/btop to 1.3.1-2
This commit is contained in:
parent
bf2c184422
commit
d1d97fb463
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue