vp-build/srcpkgs/python-ansible-lint/template

21 lines
625 B
Bash

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