mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: ansible-1.4.3.
This commit is contained in:
parent
f203cd998b
commit
1654cbbdee
1 changed files with 22 additions and 0 deletions
22
srcpkgs/ansible/template
Normal file
22
srcpkgs/ansible/template
Normal file
|
@ -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…
Add table
Reference in a new issue