void-packages/srcpkgs/light/template

18 lines
470 B
Bash
Raw Normal View History

2016-10-27 22:31:41 +02:00
# Template file for 'light'
pkgname=light
2016-12-15 14:31:18 +01:00
version=1.0
2016-10-27 22:31:41 +02:00
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"
2016-12-15 14:31:18 +01:00
checksum=974608ee42ffe85cfd23184306d56d86ec4e6f4b0518bafcb7b3330998b1af64
2016-10-27 22:31:41 +02:00
do_install() {
vbin light
chmod 4755 ${DESTDIR}/usr/bin/light
}