1334c20467
Clsoes: #30968.
14 lines
518 B
Bash
14 lines
518 B
Bash
# Template file for 'ansible'
|
|
pkgname=ansible
|
|
version=4.0.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=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
|
|
make_check=no
|