summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9825d40c31c365f22daf64ad1ceea7d8671a4757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: estebon <sanestebon at gmail dot com>

pkgname=papageorge-git
_gitname=papageorge
pkgver=0.1
pkgrel=1
pkgdesc="A simple client for the Free Internet Chess Server"
arch=('any')
url="http://github.com/drestebon/papageorge"
license=('GPL')
depends=('python' 'python-gobject' 'python-cairo' 'python-urwid')
source=('git://github.com/drestebon/papageorge.git')
md5sums=('SKIP')
install=$pkgname.install

package() {
  cd $srcdir/$_gitname
  python setup.py install --prefix=/usr --root=$pkgdir
}