mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added aur/python-configshell-fb
This commit is contained in:
parent
8f7097cd33
commit
1cb0c02cc5
1 changed files with 29 additions and 0 deletions
29
aur/python-configshell-fb/PKGBUILD
Normal file
29
aur/python-configshell-fb/PKGBUILD
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=python-configshell-fb
|
||||
_pkgname=configshell-fb
|
||||
pkgver=1.1.fb13
|
||||
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=('python-pyparsing' 'python-urwid')
|
||||
makedepends=('python-setuptools')
|
||||
provides=('python-configshell')
|
||||
conflicts=('python-configshell')
|
||||
options=()
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('a10cdd7bc418bb86c71aebff112bc63a')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
python setup.py install --skip-build --root="$pkgdir/" --optimize=1
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue