# Maintainer: Thomas Gläßle pkgname=steam-acolyte pkgver=0.6.1 pkgrel=1 pkgdesc="Lightweight user account switcher/login keeper for steam" arch=('any') url="https://github.com/coldfix/${pkgname}" license=('custom:UNLICENSE') depends=('python' 'python-pyqt5' 'python-vdf' 'python-docopt') makedepends=('python-setuptools') source=("https://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('71006c987b9e4e6abe00b30808244e42') build() { cd "$srcdir/$pkgname-$pkgver" python setup.py build } package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build install -D -m 0644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst" install -D -m 0644 "UNLICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/UNLICENSE" }