# Maintainer: Kelsey Maes _name=azure-cli-acs pkgname=python-$_name pkgver=2.0.1 pkgrel=1 pkgdesc="Microsoft Azure Command-Line Tools ACS Command Module" arch=('any') url="https://github.com/Azure/azure-cli" license=('MIT') depends=('python-azure-cli-core' 'python-azure' 'python-scp' 'python-sshtunnel') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") md5sums=('5376d7d42e390bd267050b2339cf859d') build() { cd "$_name-$pkgver" python setup.py build } package() { cd "$_name-$pkgver" python setup.py install --root="$pkgdir" --optimize=1 }