From fe537c1a4e7f80fa4551d0725740086f264294a8 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 20 Mar 2018 10:19:12 +0100 Subject: [PATCH] New package: acpilight-1.0.1 --- srcpkgs/acpilight/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/acpilight/template diff --git a/srcpkgs/acpilight/template b/srcpkgs/acpilight/template new file mode 100644 index 00000000000..f4236545170 --- /dev/null +++ b/srcpkgs/acpilight/template @@ -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 " +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 +}