mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
added aur/python2-configshell
This commit is contained in:
parent
6428101e34
commit
c445074569
1 changed files with 27 additions and 0 deletions
27
aur/python2-configshell/PKGBUILD
Normal file
27
aur/python2-configshell/PKGBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
# Contributor: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python2-configshell
|
||||
_pkgname=configshell
|
||||
pkgver=1.1
|
||||
pkgrel=3
|
||||
pkgdesc="python framework for building simple CLI-based applications"
|
||||
arch=('any')
|
||||
url="http://www.risingtidesystems.com/git/?p=configshell.git;a=summary"
|
||||
license=('AGPL3')
|
||||
depends=('python2-simpleparse' 'python-urwid' 'epydoc')
|
||||
makedepends=('python2-distribute')
|
||||
source=("$_pkgname-$pkgver.tgz::http://www.risingtidesystems.com/git/?p=$_pkgname.git;a=snapshot;h=3ba5560219d7ae8545ce825f4ba778b5c2c90893;sf=tgz")
|
||||
md5sums=('cbca82c16f5511d9307667fd611ba65a')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1
|
||||
}
|
Loading…
Reference in a new issue