summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7ea370e6daefa567cc5a7a6dc59768f9b2cde0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=python-tableutil
pkgver=2.4.2
pkgrel=1
pkgdesc="A collection of table creation utilities"
arch=(any)
url="https://bitbucket.org/daycoder/tableutil"
license=('MIT')
makedepends=('python-setuptools')
depends=('python')
source=("https://pypi.io/packages/source/t/tableutil/tableutil-$pkgver.tar.gz")
sha512sums=('SKIP')

package() {
  cd tableutil-$pkgver
  python setup.py install --root="$pkgdir/" --optimize=1
}