summaryrefslogtreecommitdiff
path: root/opt/brightnessctl
diff options
context:
space:
mode:
Diffstat (limited to 'opt/brightnessctl')
-rw-r--r--opt/brightnessctl/.footprint11
-rw-r--r--opt/brightnessctl/.signature6
-rw-r--r--opt/brightnessctl/MAKEPKG35
3 files changed, 52 insertions, 0 deletions
diff --git a/opt/brightnessctl/.footprint b/opt/brightnessctl/.footprint
new file mode 100644
index 0000000..264d077
--- /dev/null
+++ b/opt/brightnessctl/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/brightnessctl
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/udev/
+drwxr-xr-x root/root usr/lib/udev/rules.d/
+-rw-r--r-- root/root usr/lib/udev/rules.d/90-brightnessctl.rules
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/brightnessctl.1.gz
diff --git a/opt/brightnessctl/.signature b/opt/brightnessctl/.signature
new file mode 100644
index 0000000..dc1dde4
--- /dev/null
+++ b/opt/brightnessctl/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mIJWkbsr1tWcP789HBOKLRyDvws+qPQlB9se1cMxIfMq5BQWQTg9IfVqT0bD1h9gksu7AMREbiLj6XFDLIek+Q8=
+
+SHA256 (MAKEPKG) = 959bebfc8dcb926b5cfdc3d3b92adf1be70581d40c9ae335e65ca25f076c936a
+SHA256 (.footprint) = 3d389039736d2806091248582b54969dfef0c11697049c20af7c56fae1d7a84f
+SHA256 (brightnessctl-0.5.1.tar.gz) = a68869e23f56ac4f2e28f1783002810ddbf10f95e1af9b48b2912fb169f46994
+SHA256 (brightnessctl#0.5.1-1.pkg.tar.gz) = 832ef91593b761a53379bd700282431566424d36f43916ae203d9820bfd734c0
diff --git a/opt/brightnessctl/MAKEPKG b/opt/brightnessctl/MAKEPKG
new file mode 100644
index 0000000..46350c6
--- /dev/null
+++ b/opt/brightnessctl/MAKEPKG
@@ -0,0 +1,35 @@
+#!/bin/mkpkg
+# description: Read and control device brightness (backlight/LED)
+# url: https://github.com/Hummer12007/brightnessctl
+
+name=brightnessctl
+version=0.5.1
+release=1
+depends=(udevd)
+makedeps=()
+
+source=(https://github.com/Hummer12007/brightnessctl/archive/refs/tags/${version}.tar.gz)
+renames=($name-$version.tar.gz)
+
+sha256sums=(
+ "a68869e23f56ac4f2e28f1783002810ddbf10f95e1af9b48b2912fb169f46994"
+)
+
+build() {
+ cd brightnessctl-$version
+
+ make \
+ PREFIX=/usr \
+ UDEVDIR=/usr/lib/udev/rules.d
+
+ make DESTDIR="$PKG" \
+ PREFIX=/usr \
+ UDEVDIR=/usr/lib/udev/rules.d \
+ install
+}
+
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}