14 lines
518 B
Bash
14 lines
518 B
Bash
# Template file for 'ansible'
|
|
pkgname=ansible
|
|
version=4.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="ansible-core"
|
|
short_desc="Simple deployment, configuration management and execution framework"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.ansible.com/"
|
|
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
|
|
checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167
|
|
make_check=no
|