void-packages/srcpkgs/sct/template

18 lines
496 B
Bash
Raw Normal View History

2017-05-11 17:47:24 +02:00
# Template file for 'sct'
pkgname=sct
version=0.3
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=e8249e18cbc35fa106bfb90e715938b180f711d0e4f917636b340382ff2cf35c
do_install() {
vbin sct
vman sct.1
}