21 lines
625 B
Bash
21 lines
625 B
Bash
# Template file for 'python-ansible-lint'
|
|
pkgname=python-ansible-lint
|
|
version=3.4.20
|
|
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=b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|