void-packages/srcpkgs/python-ansible-lint/template
2017-05-07 19:17:28 +02:00

21 lines
625 B
Bash

# Template file for 'python-ansible-lint'
pkgname=python-ansible-lint
version=3.4.13
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=16bf69598843a77c3af97481ece55df8eeaea219c2f9d096772ea7a8bdb79ea4
post_install() {
vlicense LICENSE
}