2018-03-20 09:19:12 +00:00
|
|
|
# Template file for 'acpilight'
|
|
|
|
pkgname=acpilight
|
2018-07-05 08:32:24 +00:00
|
|
|
version=1.1
|
2018-10-14 21:56:35 +00:00
|
|
|
revision=3
|
|
|
|
_commit=f54865ed9a11eedaeffa71af320a3bf36c89f15d
|
|
|
|
wrksrc="${pkgname}-${_commit}"
|
2018-03-20 09:19:12 +00:00
|
|
|
noarch=yes
|
2018-07-24 17:18:50 +00:00
|
|
|
depends="python3"
|
2018-03-20 09:19:12 +00:00
|
|
|
short_desc="Backward-compatibile xbacklight replacement"
|
2018-10-22 16:48:12 +00:00
|
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
2018-07-05 08:32:24 +00:00
|
|
|
license="GPL-3.0-or-later"
|
|
|
|
homepage="https://gitlab.com/wavexx/acpilight"
|
2018-10-14 21:56:35 +00:00
|
|
|
distfiles="https://gitlab.com/wavexx/acpilight/-/archive/${_commit}/${pkgname}-${_commit}.tar.bz2"
|
|
|
|
checksum=f78603f2d1f64a2c32890e58b4072d1604d038c6d0d86017db3acb7a54eebe25
|
2018-07-05 08:32:24 +00:00
|
|
|
replaces="xbacklight>=0"
|
|
|
|
provides="xbacklight-${version}_${revision}"
|
2018-03-20 09:19:12 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin xbacklight
|
|
|
|
vman xbacklight.1
|
|
|
|
vinstall 90-backlight.rules 644 etc/udev/rules.d
|
|
|
|
}
|