# Maintainer: Pierre Dommerc pkgname=baru-bin _pkgname=baru pkgver=0.2.7 pkgrel=1 pkgdesc="A system monitor written in Rust and C" arch=('x86_64') url="https://github.com/doums/baru" license=('MPL2') source=("$pkgname-$pkgver::https://github.com/doums/baru/releases/download/v${pkgver}/${_pkgname}") depends=('libpulse' 'libnl') provides=("$_pkgname") conflicts=("$_pkgname") md5sums=('c8b36507c0c22da57d44d4f461416bd3') package() { install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname" }