25 lines
1.1 KiB
Bash
25 lines
1.1 KiB
Bash
# Template file for 'ClusterSSH'
|
|
pkgname=ClusterSSH
|
|
version=4.14
|
|
revision=3
|
|
wrksrc="clusterssh-${version}"
|
|
build_style=perl-ModuleBuild
|
|
hostmakedepends="xterm openssh
|
|
perl-CPAN-Changes perl-Module-Build perl-Try-Tiny perl-Tk
|
|
perl-Exception-Class perl-X11-Protocol perl-X11-Protocol-Other
|
|
perl-File-Slurp perl-File-Which perl-Readonly perl-Test-Differences
|
|
perl-Test-DistManifest perl-Test-Pod perl-Test-Pod-Coverage perl-Test-Trap"
|
|
depends="xterm openssh perl-Try-Tiny perl-Tk perl-X11-Protocol perl-X11-Protocol-Other perl-Exception-Class"
|
|
checkdepends="perl-Sort-Naturally"
|
|
short_desc="Tool for making the same change on multiple servers at the same time"
|
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://github.com/duncs/clusterssh"
|
|
changelog="https://raw.githubusercontent.com/duncs/clusterssh/master/Changes"
|
|
distfiles="https://github.com/duncs/clusterssh/archive/v${version}.tar.gz"
|
|
checksum=179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629
|
|
|
|
pre_check() {
|
|
touch README
|
|
}
|