16 lines
433 B
Plaintext
16 lines
433 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
|
|
# Depends on: polkit
|
|
|
|
name=brillo
|
|
version=1.4.12
|
|
release=1
|
|
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
|
|
}
|