diff --git a/srcpkgs/sct/template b/srcpkgs/sct/template new file mode 100644 index 00000000000..1cc0454048e --- /dev/null +++ b/srcpkgs/sct/template @@ -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 " +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 +}