New package: python-ansible-lint-3.4.9

This commit is contained in:
Joseph LaFreniere 2016-12-26 02:41:20 -06:00
parent 0ba5258d65
commit 08c2593b12
No known key found for this signature in database
GPG Key ID: F63F881FCDE632EA
1 changed files with 20 additions and 0 deletions

View File

@ -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 <joseph@lafreniere.xyz>"
homepage="https://github.com/willthames/ansible-lint"
license="MIT"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7
post_install() {
vlicense LICENSE
}