summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6769b552724411340a32b21b338fb5247ddeadf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Erazem Kokot <contact at erazem dot eu>

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"
}