void-packages/srcpkgs/python3-ansible-lint/template
2019-12-23 18:04:44 +01:00

22 lines
735 B
Bash

# Template file for 'python3-ansible-lint'
pkgname=python3-ansible-lint
version=4.1.0
revision=2
archs=noarch
wrksrc="ansible-lint-${version}"
build_style=python3-module
pycompile_module="ansiblelint"
hostmakedepends="python3-setuptools"
depends="ansible python3-setuptools python3-six python3-yaml
python3-ruamel.yaml"
short_desc="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=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
post_install() {
vlicense LICENSE
}