summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 86ef1413bbd5c60f16200615d83f615170f41952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: derfenix <derfenix@gmail.com>

pkgname=bpytop
pkgver=1.0.45
pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
arch=('any')
url="https://github.com/aristocratos/bpytop"
license=('Apache')
depends=('python3' 'python-psutil')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('b879eca37ebcff3ffd57aac8952b0cbc965df0306fb5ae5b25a0c1b7893d4682')


package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" PREFIX=/usr install
}