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

22 lines
714 B
Bash

# Template file for 'python-ansible-lint'
pkgname=python-ansible-lint
version=3.5.1
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>"
license="MIT"
homepage="https://github.com/willthames/ansible-lint"
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=2c6c42fc65b88c51b1eb35ab6688dfe6cf99abafdfeb300fd146955e6aac496d
post_install() {
vlicense LICENSE
}