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

Ike Devolder idevolder at archlinux.org
Tue Feb 25 13:49:18 UTC 2020


    Date: Tuesday, February 25, 2020 @ 13:49:17
  Author: idevolder
Revision: 581279

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/
  awxkit/repos/community-any/PKGBUILD
    (from rev 581278, awxkit/trunk/PKGBUILD)

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

Copied: awxkit/repos/community-any/PKGBUILD (from rev 581278, awxkit/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-02-25 13:49:17 UTC (rev 581279)
@@ -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