# Maintainer: Jan Oliver Oelerich # Contributor: Johannes Löthberg pkgname=i3pystatus-git pkgdesc="i3status replacement written in python for the i3 window manager" pkgver=git pkgrel=1 arch=('i686' 'x86_64') license=('MIT') depends=('python' 'basiciw-git' 'python-netifaces-git') makedepends=('git' 'python-distribute') url="https://github.com/enkore/i3pystatus.git" source=('git+https://github.com/enkore/i3pystatus.git') md5sums=('SKIP') pkgver() { cd i3pystatus git describe --always --long | sed 's/^v//; s/-/-r/; s/-/./g' } package() { cd i3pystatus python setup.py install --prefix=/usr --root="$pkgdir" } # vim: set ts=2 sts=2 sw=2 noet: