New package: acpilight-1.0.1
This commit is contained in:
parent
002a109df4
commit
fe537c1a4e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/acpilight/template
Normal file
19
srcpkgs/acpilight/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue