[arch-commits] Commit in (awxkit awxkit/repos awxkit/trunk awxkit/trunk/PKGBUILD)

Ike Devolder idevolder at archlinux.org
Tue Feb 25 13:48:58 UTC 2020


    Date: Tuesday, February 25, 2020 @ 13:48:58
  Author: idevolder
Revision: 581278

add awxkit, ansible awx/tower cli tool

Added:
  awxkit/
  awxkit/repos/
  awxkit/trunk/
  awxkit/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: awxkit/trunk/PKGBUILD
===================================================================
--- awxkit/trunk/PKGBUILD	                        (rev 0)
+++ awxkit/trunk/PKGBUILD	2020-02-25 13:48:58 UTC (rev 581278)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=9.2.0
+pkgrel=2
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx"
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('f3079ca13a8e94f7fd11accc1147727ac32d5cee8b4bb34044ff10f6a575674446b3cd83da5ab03580f6af9e0e42bb747cc41be28878a55f692a2bed98a205e0')
+
+build() {
+    cd "${_pkgname}-${pkgver}/${pkgname}"
+    python setup.py build
+}
+
+package() {
+    cd "${_pkgname}-${pkgver}/${pkgname}"
+    python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list