17 lines
446 B
Bash
17 lines
446 B
Bash
# Template file for 'asus-kbd-backlight'
|
|
pkgname=asus-kbd-backlight
|
|
version=1.2
|
|
revision=1
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
depends="bash"
|
|
short_desc="Helper for adjusting keyboard backlight brightness in Asus Zenbook"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="FDL1.3"
|
|
homepage="https://wiki.archlinux.org/index.php/ASUS_Zenbook_Prime_UX31A#keyboard_backlight_script"
|
|
|
|
do_install() {
|
|
vbin $FILESDIR/asus-kbd-backlight
|
|
vsv asus-kbd
|
|
}
|