# Description: Adjust the color temperature of your screen according to your surroundings # URL: https://gitlab.com/chinstrap/gammastep # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: glib intltool name=gammastep version=2.0.11 release=1 source=(https://gitlab.com/chinstrap/${name}/-/archive/v${version}/${name}-v${version}.tar.gz) build() { cd $name-v$version ./bootstrap ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }