updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / lewm / PKGBUILD
blob032722c1927df2638466d9554526af1699a1dd4d
1 pkgname=lewm
2 pkgver=0.71
3 pkgrel=1
4 pkgdesc="LEt fortune's Wheel help you to choose at the Moment"
5 url="http://github.com/cdede/lewm/"
6 arch=('any')
7 license=('GPL')
8 depends=('python2' )
9 source=(https://github.com/cdede/lewm/tarball/${pkgver})
10 sha1sums=('956457501cf4901ed8e5dc40025b27937c794ef6')
12 build() {
13     cd ${srcdir}/*${pkgname}*
14     python2 ./setup.py install --root=$pkgdir || return 1