16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'ansible'
|
|
pkgname=ansible
|
|
version=1.8.4
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
makedepends="python-devel python-Jinja2 python-paramiko python-yaml"
|
|
depends="${makedepends//-devel/}"
|
|
pycompile_module="${pkgname}"
|
|
short_desc="Simple deployment, configuration management and execution framework"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.ansible.com"
|
|
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
|
checksum=d37c04b3abce9b036a6c8311fccb360c5cbc3ec895445f805243b0448d239ec1
|