summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b476b19b981cf4c3938a30c0c3671561f55e06e4 (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.13
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=('7c22bbb9562dbafdd9842b0c4aaad4c94740f18b88219fa2db05b6e414d46334')


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