2021-07-02 22:59:17 +00:00
|
|
|
# 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
|
2021-07-03 09:35:50 +00:00
|
|
|
# Depends on: polkit
|
2021-07-02 22:59:17 +00:00
|
|
|
|
|
|
|
name=brillo
|
2022-12-20 23:13:21 +00:00
|
|
|
version=1.4.12
|
2021-10-08 08:00:24 +02:00
|
|
|
release=1
|
2021-07-02 22:59:17 +00:00
|
|
|
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
|
|
|
|
}
|