mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
20 lines
625 B
Bash
20 lines
625 B
Bash
# Template file for 'python-ansible-lint'
|
|
pkgname=python-ansible-lint
|
|
version=3.4.11
|
|
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=8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|