Files
void-packages/srcpkgs/python-ansible-lint/template
maxice8 d3ed55e40a python-ansible-lint: update to 3.4.18.
Closes: #9819 [via git-merge-pr]
2017-12-07 18:50:43 +01:00

21 lines
625 B
Bash

# Template file for 'python-ansible-lint'
pkgname=python-ansible-lint
version=3.4.18
revision=1
noarch=yes
wrksrc="ansible-lint-${version}"
build_style=python2-module
pycompile_module="ansiblelint"
hostmakedepends="python-setuptools"
depends="ansible python-setuptools 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=8e8b25f2da525449a803580d8823af3ce1d256cdf6a2a868c46fadfe80c2ee88
post_install() {
vlicense LICENSE
}