New package: polysh-0.4.
This commit is contained in:
parent
a6ea510968
commit
aa8f19c25c
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'polysh'
|
||||||
|
pkgname=polysh
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
short_desc="Execute a command in multiple remote shells at once"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://guichaz.free.fr/polysh"
|
||||||
|
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
||||||
|
checksum=0456c25c664dad80ebf7bf748a1661fddf5fbea0a3788328621029c4d0b8b04f
|
||||||
|
long_desc="
|
||||||
|
Polysh is a tool to aggregate several remote shells into one. It is used to
|
||||||
|
launch an interactive remote shell on many machines at once."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
depends="openssh"
|
||||||
|
makedepends="python-devel"
|
||||||
|
pycompile_module="polysh"
|
Loading…
Reference in New Issue