# Maintainer: Pierre Dommerc pkgname=baru-bin _pkgname=baru pkgver=0.2.5 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=('48ad004ccf0418598c6d86dc6ec94a90') package() { install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname" }