void-packages/srcpkgs/light/template
2019-11-18 22:15:27 +01:00

18 lines
508 B
Bash

# Template file for 'light'
pkgname=light
version=1.2.1
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=53d1e74f38813de2068e26a28dc7054aab66d1adfedb8d9200f73a57c73e7293
pre_configure() {
autoreconf -fi
}