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