1 # Contributor: rich_o <rich_o@lavabit.com>
2 pkgname=python-texttable
5 pkgdesc="Generate a formatted text table, using ASCII characters."
7 url="http://jefke.free.fr/coding/python/texttable/"
10 source=(http://jefke.free.fr/stuff/python/texttable/texttable-$pkgver.tar.gz)
11 md5sums=('d37674911f2937b450291791e4a6ffad')
14 cd "$srcdir/texttable-$pkgver"
15 python setup.py build || return 1
16 python setup.py install --root="$pkgdir" || return 1