diff --git a/srcpkgs/kbdlight/template b/srcpkgs/kbdlight/template new file mode 100644 index 00000000000..9583f4ee3e4 --- /dev/null +++ b/srcpkgs/kbdlight/template @@ -0,0 +1,15 @@ +# 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 " +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 +}