18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'light'
|
|
pkgname=light
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-udev"
|
|
hostmakedepends="automake"
|
|
short_desc="Program to control backlight controllers"
|
|
maintainer="Dennis Kraus <kraus@posteo.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://haikarainen.github.io/light/"
|
|
distfiles="https://github.com/haikarainen/light/archive/v${version}.tar.gz"
|
|
checksum=27dd588f06afbaabf6050abdf5bddc571c71ff26451e3ac6d1f116f80ed7dbbd
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|