pkgname=btop pkgver=1.4.0 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/btop" license=('Apache 2.0') depends=('gcc-libs') conflicts=('bashtop' 'bpytop') provides=('bashtop' 'bpytop') replaces=('bashtop' 'bpytop') source=("https://github.com/aristocratos/btop/archive/v${pkgver}.tar.gz") md5sums=('4867d71bcf6176d7ec1025f4cd86ccb2') build() { cd ${pkgname}-${pkgver} make all } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} PREFIX=/usr install install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }