polysh: remove long_desc.
This commit is contained in:
parent
5399a538fd
commit
9fd038558c
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'polysh'
|
# Template file for 'polysh'
|
||||||
pkgname=polysh
|
pkgname=polysh
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=2
|
revision=3
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python>=2.7<3.0 openssh"
|
depends="python openssh"
|
||||||
pycompile_module="polysh"
|
pycompile_module="polysh"
|
||||||
short_desc="Execute a command in multiple remote shells at once"
|
short_desc="Execute a command in multiple remote shells at once"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,6 +14,3 @@ license="GPL-3"
|
||||||
homepage="http://guichaz.free.fr/polysh"
|
homepage="http://guichaz.free.fr/polysh"
|
||||||
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
||||||
checksum=0456c25c664dad80ebf7bf748a1661fddf5fbea0a3788328621029c4d0b8b04f
|
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."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue