[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at archlinux.org
Thu Jan 12 20:25:07 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:25:06
  Author: jelle
Revision: 207080

initial commit

Added:
  ansible-lint/
  ansible-lint/repos/
  ansible-lint/trunk/
  ansible-lint/trunk/PKGBUILD

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

Added: ansible-lint/trunk/PKGBUILD
===================================================================
--- ansible-lint/trunk/PKGBUILD	                        (rev 0)
+++ ansible-lint/trunk/PKGBUILD	2017-01-12 20:25:06 UTC (rev 207080)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=3.4.9
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint"
+license=('MIT')
+depends=('python2' 'ansible')
+makedepends=('python2-distribute')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
+sha256sums=('1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7')
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    python2 setup.py install --root="$pkgdir" --optimize=1
+    install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


Property changes on: ansible-lint/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list