brightnessctl: new port

This commit is contained in:
Luis
2023-08-04 14:40:43 +00:00
parent d1d97b5bbd
commit 02ca7686b2
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
f65719e7e9070f212dd4e1162d5d6412 brightnessctl-0.5.1.tar.gz

View File

@@ -0,0 +1,12 @@
brightnessctl-0.5.1-1
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/
-rw-r--r-- root/root lib/udev/rules.d/90-brightnessctl.rules
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/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

16
main/brightnessctl/spkgbuild Executable file
View File

@@ -0,0 +1,16 @@
# description : Program to read and control device brightness
# homepage : https://github.com/Hummer12007/brightnessctl
name=brightnessctl
version=0.5.1
release=1
source="$name-$version.tar.gz::https://github.com/Hummer12007/brightnessctl/archive/$version.tar.gz"
build() {
cd $name-$version
make INSTALL_UDEV_RULES=1
make install DESTDIR=$PKG INSTALL_UDEV_RULES=1
install=$name.post-install
}