### this file is sourced not run
PKGVER=1.10
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=redshift-1.10.tar.xz
MD5SUM=3a5480b8dd5d28a877a0cb407619fd76
SRC_URL=https://github.com/jonls/redshift/releases/download/v1.10/$TARBALL
BUNDLE=

SLACKREQ='libdrm libxcb libX11' # 
SLACKDESC='redshift: redshift 1.10 (Adjust colour temperature of your LCD screen)  
redshift:  
redshift: Redshift adjust colour temperature of your LCD screen according to 
redshift: your surroundings. This may help your eyes hurt less if you are 
redshift: working in front of the screen at night. 
redshift: 
redshift: 
redshift: 
redshift: 
redshift: 
redshift: http://jonls.dk/redshift/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/redshift*
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


