New package: sct-0.3

This commit is contained in:
Duncaen 2017-05-11 17:47:24 +02:00
parent 59dc51337a
commit 497d3c3e1d
1 changed files with 17 additions and 0 deletions

17
srcpkgs/sct/template Normal file
View File

@ -0,0 +1,17 @@
# 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
}