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