[arch-commits] Commit in ansible-lint/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jul 23 15:18:49 UTC 2018
Date: Monday, July 23, 2018 @ 15:18:49
Author: foutrelis
Revision: 362980
archrelease: copy trunk to community-staging-any
Added:
ansible-lint/repos/community-staging-any/
ansible-lint/repos/community-staging-any/PKGBUILD
(from rev 362979, ansible-lint/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: ansible-lint/repos/community-staging-any/PKGBUILD (from rev 362979, ansible-lint/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-07-23 15:18:49 UTC (rev 362980)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=3.4.23
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint"
+license=('MIT')
+depends=('python' 'ansible')
+makedepends=('python-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
+sha256sums=('c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python3 setup.py build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python3 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
More information about the arch-commits
mailing list