# Contributor: derfenix pkgname=bpytop pkgver=1.0.50 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=('ba4647c5db37ef87dbe730762306ae1c00e57e4249d18d65fa4ac0d3a9559123') package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" PREFIX=/usr install }