15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
|
# Description: Control the brightness of backlight and keyboard LED devices on Linux
|
||
|
# URL: https://gitlab.com/cameronnemo/brillo
|
||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||
|
|
||
|
name=brillo
|
||
|
version=1.4.9
|
||
|
release=2
|
||
|
source=(https://gitlab.com/cameronnemo/brillo/-/archive/v$version/brillo-v$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd $name-v$version
|
||
|
make
|
||
|
make DESTDIR=$PKG install.bin install.polkit install.udev
|
||
|
}
|