1 # Maintainer: pisuka <tekmon@gmail.com>
5 pkgdesc="The command-line client for the ep.io service"
7 url="https://www.ep.io/docs/client/"
10 depends=(python2-httplib2)
18 source=(http://pypi.python.org/packages/source/e/epio/epio-$pkgver.tar.gz)
19 md5sums=(0edec64e5ea1b90d31a22b25d587b3c0)
22 cd "$srcdir/$pkgname-$pkgver"
23 python2 setup.py install --root="$pkgdir/" --optimize=1
26 # vim:set ts=2 sw=2 et: