17 lines
470 B
Bash
17 lines
470 B
Bash
# Template file for 'light'
|
|
pkgname=light
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Program to control backlight controllers"
|
|
maintainer="Dennis Kraus <kraus@posteo.de>"
|
|
license="GPL-3"
|
|
homepage="http://haikarainen.github.io/light/"
|
|
distfiles="https://github.com/haikarainen/light/archive/v${version}.tar.gz"
|
|
checksum=974608ee42ffe85cfd23184306d56d86ec4e6f4b0518bafcb7b3330998b1af64
|
|
|
|
do_install() {
|
|
vbin light
|
|
chmod 4755 ${DESTDIR}/usr/bin/light
|
|
}
|
|
|