From 497d3c3e1dcc03021a9b3779ecd1e20dd945e77e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 11 May 2017 17:47:24 +0200 Subject: [PATCH] New package: sct-0.3 --- srcpkgs/sct/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/sct/template 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 +}