From b326c4c12143cc3c8ba50d7666fed4f82a2317eb Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Wed, 11 May 2016 23:08:50 -0700 Subject: [PATCH] New package: kbdlight-1.3 (#4164) --- srcpkgs/kbdlight/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/kbdlight/template 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 +}