aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-16 23:23:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-16 23:23:14 -0300
commita8cc36a67d392406f8308f856f518cc78d7a5b39 (patch)
tree62bd6a05f789b13387a403db9c6ce3fe6d63dff3 /testing
parentdb2314479daa7ae113618c63cf8f6fbe411a2749 (diff)
downloadaports-a8cc36a67d392406f8308f856f518cc78d7a5b39.tar.bz2
aports-a8cc36a67d392406f8308f856f518cc78d7a5b39.tar.xz
testing/brillo: new aport
https://gitlab.com/cameronnemo/brillo Control the brightness of backlight and keyboard LED devices
Diffstat (limited to 'testing')
-rw-r--r--testing/brillo/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/brillo/APKBUILD b/testing/brillo/APKBUILD
new file mode 100644
index 0000000000..faab59f95c
--- /dev/null
+++ b/testing/brillo/APKBUILD
@@ -0,0 +1,25 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=brillo
+pkgver=1.4.9
+pkgrel=0
+pkgdesc="Control the brightness of backlight and keyboard LED devices"
+options="!check"
+url="https://gitlab.com/cameronnemo/brillo"
+arch="all"
+license="0BSD"
+makedepends="go-md2man"
+checkdepends="valgrind"
+subpackages="$pkgname-doc"
+source="https://gitlab.com/cameronnemo/brillo/-/archive/v$pkgver/brillo-v$pkgver.tar.gz"
+builddir="$srcdir/brillo-v$pkgver"
+
+build() {
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" install install.polkit
+}
+
+sha512sums="444f173bf6d1bcbb1598979e906656adf322e036372ac11553e23152d3bfc3b8c0aa5839e2069e095eafab3993a975e4247418f3828760c9c3cd29a6a092327b brillo-v1.4.9.tar.gz"