New package: ansible-1.4.3.
This commit is contained in:
parent
f203cd998b
commit
1654cbbdee
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=1.4.3
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
||||
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.ansibleworks.com"
|
||||
distfiles="http://www.ansibleworks.com/releases/$pkgname-$version.tar.gz"
|
||||
checksum=0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3
|
||||
|
||||
ansible_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="${pkgname}"
|
||||
depends="python python-jinja python-paramiko pyyaml"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue