19 lines
529 B
Bash
19 lines
529 B
Bash
# Template file for 'sct'
|
|
pkgname=sct
|
|
version=0.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libXrandr-devel"
|
|
short_desc="Lightweight utility to set the color temperature of the screen"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://www.tedunangst.com/flak/post/sct-set-color-temperature"
|
|
distfiles="https://www.umaxx.net/dl/sct-${version}.tar.gz"
|
|
checksum=15380c3775e38e0a46a57343c29cacff06dde2f340c2cc09e08bb118cee93053
|
|
|
|
do_install() {
|
|
vbin sct
|
|
vman sct.1
|
|
vbin sctd.sh sctd
|
|
vman sctd.1
|
|
}
|