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

# source: james
TARBALL=redshift-$PKGVER.tar.xz
MD5SUM=a31d768b0348c5202e58612855a9027e
SRC_URL=https://github.com/jonls/redshift/releases/download/v${PKGVER}/$TARBALL
BUNDLE=

SLACKREQ='libdrm libxcb libX11' # 
SLACKDESC="redshift: redshift $PKGVER (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() {
	CONFFLAGS="$CONFFLAGS --disable-geoclue --disable-geoclue2"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


