From 08c2593b124c6a994390538b12348c6c5bd5f4bc Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Mon, 26 Dec 2016 02:41:20 -0600 Subject: [PATCH] New package: python-ansible-lint-3.4.9 --- srcpkgs/python-ansible-lint/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python-ansible-lint/template diff --git a/srcpkgs/python-ansible-lint/template b/srcpkgs/python-ansible-lint/template new file mode 100644 index 00000000000..97e549907b6 --- /dev/null +++ b/srcpkgs/python-ansible-lint/template @@ -0,0 +1,20 @@ +# Template file for 'python-ansible-lint' +pkgname=python-ansible-lint +version=3.4.9 +revision=1 +noarch=yes +wrksrc="ansible-lint-${version}" +build_style=python2-module +pycompile_module="ansiblelint" +hostmakedepends="python-setuptools" +depends="ansible python-six python-yaml" +short_desc="Python2 linter for Ansible files" +maintainer="Joseph LaFreniere " +homepage="https://github.com/willthames/ansible-lint" +license="MIT" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7 + +post_install() { + vlicense LICENSE +}