aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-10 05:40:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-10 16:23:20 -0300
commita2efece96977659c3a078cc1c9bc1a3e62d898a8 (patch)
treea8dc3aed25decbde53db7bb6976901dd5692c813 /testing
parent8f8945adaa2b491144d2ddfdcfc4fc8d4504692c (diff)
downloadaports-a2efece96977659c3a078cc1c9bc1a3e62d898a8.tar.bz2
aports-a2efece96977659c3a078cc1c9bc1a3e62d898a8.tar.xz
testing/brightnessctl: new aport
https://github.com/Hummer12007/brightnessctl Program to read and control device brightness
Diffstat (limited to 'testing')
-rw-r--r--testing/brightnessctl/APKBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/brightnessctl/APKBUILD b/testing/brightnessctl/APKBUILD
new file mode 100644
index 0000000000..06af021be4
--- /dev/null
+++ b/testing/brightnessctl/APKBUILD
@@ -0,0 +1,22 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=brightnessctl
+pkgver=0.4
+pkgrel=0
+pkgdesc="Program to read and control device brightness"
+options="!check" # No testsuite
+url="https://github.com/Hummer12007/brightnessctl"
+arch="all"
+license="MIT"
+subpackages="$pkgname-doc"
+source="$pkgname-$pkgver.tar.gz::https://github.com/Hummer12007/brightnessctl/archive/$pkgver.tar.gz"
+
+build() {
+ make
+}
+
+package() {
+ make install DESTDIR="$pkgdir"
+}
+
+sha512sums="f0e1abe4dd7fc66a7990c0c42ecd9af079ba397fb0a49d339c5927fe639edbce4c30ecfcd16c3e0bf58de2eb4ca611dd1e1ce40eec9f95fe3960189c5e5396d8 brightnessctl-0.4.tar.gz"