From 001e20e2a9910feef9d0325c9603e31bf1c41787 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Tue, 3 Jan 2017 23:40:03 +0100 Subject: [PATCH] New package: tpacpi-bat-3.1 --- srcpkgs/tpacpi-bat/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tpacpi-bat/template diff --git a/srcpkgs/tpacpi-bat/template b/srcpkgs/tpacpi-bat/template new file mode 100644 index 00000000000..33e27625408 --- /dev/null +++ b/srcpkgs/tpacpi-bat/template @@ -0,0 +1,17 @@ +# Template file for 'tpacpi-bat' +pkgname=tpacpi-bat +version=3.1 +revision=1 +depends="acpi_call-dkms perl" +only_for_archs="i686 x86_64" +short_desc="ThinkPad ACPI Battery Util using acpi_call" +maintainer="Daniel A. Maierhofer " +license="GPL-3" +homepage="https://github.com/teleshoes/$pkgname" +distfiles="$homepage/archive/v$version.tar.gz" +checksum=017084cc82061ebf2837373adb516f1fd1beb78694bbef257a1d112d6081d9d6 + +do_install() { + vbin $pkgname + vdoc README.md +}