summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e375208ba7d4f74e3246016682fdba6db3186fc7 (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.12
pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
arch=('x86_64')
url="https://github.com/aristocratos/bpytop"
license=('Apache')
depends=('python3' 'python-psutil')
source=("https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('40fd0f27656222aadaa615899ecfe4b3ecc6268dac8badc032cbb150c591c7ad')


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