# Maintainer: diesys pkgname=iblu-git pkgver=r38.0ff4315 pkgrel=1 pkgdesc="Intel Black Light Utility, written in python, allows you to control the screen brightness (iX processors family), via command line interface." arch=('any') url="https://git.eigenlab.org/sbiego/iblu" license=('GPLv3') depends=('python') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") install=$pkgname.install source=('git+https://git.eigenlab.org/sbiego/iblu') md5sums=('SKIP') pkgver() { cd "$srcdir/${pkgname%-git}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { ## copia file cd "$srcdir/${pkgname%-git}" install -D ${pkgname%-git}.py $pkgdir/usr/bin/${pkgname%-git} }