# Maintainer: aksr pkgname=blueshift-git pkgver=1.90.5.r15.gbb1758e pkgrel=1 epoch= pkgdesc="An extensible and highly configurable alternative to redshift." arch=('any') url="https://github.com/maandree/blueshift" license=('GPLv3') groups=() depends=('python' 'pylibgamma' 'solar-python' 'argparser' 'libxcb' 'adjbacklight' 'wget' 'auto-auto-complete') makedepends=('git' 'zip') optdepends=() checkdepends=() provides=() conflicts=() replaces=() backup=() options=() changelog= install= source=("$pkgname::git+https://github.com/maandree/blueshift") noextract=() md5sums=('SKIP') pkgver() { cd "$srcdir/$pkgname" git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g' } package() { cd "$srcdir/$pkgname" make DESTDIR="$pkgdir/" LIBEXEC="/lib/blueshift/" install }