# Maintainer: Tomas Krizek _pkgname=websharecli pkgname=python-${_pkgname} pkgver=2.2.1 pkgrel=1 pkgdesc="CLI utility to download from webshare.cz" arch=('any') url="https://github.com/tomaskrizek/${_pkgname}" license=('GPL3') depends=( 'python' 'python-blessings' 'python-requests' 'python-setuptools' 'python-xmltodict' 'python-yaml' ) source=("https://github.com/tomaskrizek/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz") sha256sums=('fde35114de427caca8ba8cabfdc9fb900a04946f3dc4c09aa2f462a4a1cb7ea6') package() { cd "${srcdir}/${_pkgname}-${pkgver}" python setup.py build install --root="${pkgdir}" }