16 lines
484 B
Bash
16 lines
484 B
Bash
|
# Template file for 'kbdlight'
|
||
|
pkgname=kbdlight
|
||
|
version=1.3
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Simple application that changes MacBooks' keyboard backlight level"
|
||
|
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/hobarrera/kbdlight"
|
||
|
distfiles="https://github.com/hobarrera/${pkgname}/archive/v${version}.tar.gz"
|
||
|
checksum=7d852d544f73e27245b7c21d820ede7c7c3e0992f37fb17cf257fd03e3926bb1
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENCE
|
||
|
}
|