# Maintainer: Erazem Kokot pkgname='batificator' pkgver='1.1' pkgrel=2 pkgdesc='A battery status notifier' arch=('any') url="https://gitlab.com/JustMeErazem/${pkgname}" license=('MIT') depends=('libnotify' 'xpub') optdepends=('notification-daemon') source=("https://gitlab.com/JustMeErazem/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('SKIP') package() { cd "${pkgname}-${pkgver}" install -Dm644 "${pkgname}.rules" "${pkgdir}/etc/udev/rules.d/${pkgname}.rules" }