16 lines
529 B
Bash
16 lines
529 B
Bash
# Template file for 'polysh'
|
|
pkgname=polysh
|
|
version=0.4
|
|
revision=4
|
|
noarch="yes"
|
|
build_style=python-module
|
|
hostmakedepends="python-devel"
|
|
makedepends="python-devel"
|
|
depends="python openssh"
|
|
pycompile_module="polysh"
|
|
short_desc="Execute a command in multiple remote shells at once"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://guichaz.free.fr/polysh"
|
|
distfiles="http://guichaz.free.fr/polysh/files/polysh-${version}.tar.bz2"
|
|
checksum=0456c25c664dad80ebf7bf748a1661fddf5fbea0a3788328621029c4d0b8b04f
|