aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: a1707da46e28d4e1abd59c5dfdf02d49bc7507a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgname=i3pystatus-git
pkgver=3.31.r15.gdcd219d
pkgrel=1

pkgdesc="i3status replacement written in python for the i3 window manager"
url="https://github.com/enkore/i3pystatus.git"
arch=('i686' 'x86_64')
license=('MIT')

depends=('python' 'basiciw-git' 'python-netifaces-git')
makedepends=('git' 'python-distribute')

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"
}