18 lines
496 B
Bash
18 lines
496 B
Bash
# Template file for 'sct'
|
|
pkgname=sct
|
|
version=0.4
|
|
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.eu>"
|
|
license="ISC"
|
|
homepage="http://www.tedunangst.com/flak/post/sct-set-color-temperature"
|
|
distfiles="https://www.umaxx.net/dl/sct-${version}.tar.gz"
|
|
checksum=9b36ea3342eaad3077077176ac43105dfc8260d940fbeeb8827d5f1467faa764
|
|
|
|
do_install() {
|
|
vbin sct
|
|
vman sct.1
|
|
}
|