aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-16 23:23:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-16 23:23:26 -0300
commitf40b19ace3263c5fcd320185f4bcedd8e8136c27 (patch)
treed7cad543223a650e101047a6debaa05e9a1714a4 /testing
parenta8cc36a67d392406f8308f856f518cc78d7a5b39 (diff)
downloadaports-f40b19ace3263c5fcd320185f4bcedd8e8136c27.tar.bz2
aports-f40b19ace3263c5fcd320185f4bcedd8e8136c27.tar.xz
community/brillo: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/brillo/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/brillo/APKBUILD b/testing/brillo/APKBUILD
deleted file mode 100644
index faab59f95c..0000000000
--- a/testing/brillo/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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"