# Template file for 'pdsh'
pkgname=pdsh
version=2.36
revision=1
build_style=gnu-configure
configure_args="--disable-static-modules --with-readline --with-negroup
 --with-exec --with-rsh --with-ssh"
hostmakedepends="automake autoconf libtool"
makedepends="readline-devel"
checkdepends="which"
short_desc="High performance, parallel remote shell utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/chaos/pdsh"
distfiles="https://github.com/chaos/pdsh/archive/pdsh-${version}.tar.gz"
checksum=ef008ad580593aceac2fd830266390744de487328c5a6c1cd254cfa7156782a6

pre_configure() {
	./bootstrap
}
