New package: acpilight-1.0.1

This commit is contained in:
cr6git 2018-03-20 10:19:12 +01:00 committed by Toyam Cox
parent 002a109df4
commit fe537c1a4e

View file

@ -0,0 +1,19 @@
# Template file for 'acpilight'
pkgname=acpilight
version=1.0.1
revision=1
noarch=yes
depends="python"
short_desc="Backward-compatibile xbacklight replacement"
maintainer="cr6git <quark6@protonmail.com>"
homepage="https://github.com/wavexx/acpilight"
license="GPL-3"
distfiles="https://github.com/wavexx/acpilight/archive/v${version}.tar.gz"
checksum=4ea6137a3cc4d9431526baa191d973ec18ccc2bb0fd0710ea8ddb5d8048a02e1
conflicts="xbacklight>=0"
do_install() {
vbin xbacklight
vman xbacklight.1
vinstall 90-backlight.rules 644 etc/udev/rules.d
}