[arch-commits] Commit in awxkit/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 18:02:41 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:02:41
  Author: felixonmars
Revision: 752920

archrelease: copy trunk to community-staging-any

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

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

Copied: awxkit/repos/community-staging-any/PKGBUILD (from rev 752919, awxkit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 18:02:41 UTC (rev 752920)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=15.0.1
+pkgrel=3
+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=('28a4fcfd016454fcca173a8ec9c70ef0147d77a6f9bcc7186344b673c449b3a6006b7baa56fac271285971ba73e833ac9d112300bbc21fca6b3c879ad4d5631e')
+
+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