# Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=python2-configshell-fb _pkgname=configshell-fb pkgver=1.1.fb8 pkgrel=1 epoch= pkgdesc="python framework for building simple CLI applications (free branch)" arch=('any') url="https://github.com/agrover/configshell-fb" license=('Apache') depends=('python2-simpleparse' 'python2-urwid') provides=('python2-configshell') conflicts=('python2-configshell') options=() source=($_pkgname-$pkgver.tar.gz::https://github.com/agrover/$_pkgname/archive/v$pkgver.tar.gz) md5sums=('1ad1f82df8d3199a28042921bd7516d2') build() { cd "$srcdir/$_pkgname-$pkgver" python2 setup.py build } package() { cd "$srcdir/$_pkgname-$pkgver" python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1 } # vim:set ts=2 sw=2 et: