17 lines
508 B
Bash
17 lines
508 B
Bash
# Template file for 'light'
|
|
pkgname=light
|
|
version=1.2.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=62e889ee9be80fe808a972ef4981acc39e83a20f9a84a66a82cd1f623c868d9c
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|