contrib/brillo/Pkgfile

16 lines
433 B
Plaintext
Raw Normal View History

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