# Template file for 'pdsh' pkgname=pdsh version=2.35 revision=1 build_style=gnu-configure configure_args=" --disable-static-modules $(vopt_with rsh) $(vopt_with exec) $(vopt_with ssh) $(vopt_with mrsh) $(vopt_with xcpu) $(vopt_with netgroup) $(vopt_with readline) $(vopt_with dshgroups) " hostmakedepends="automake autoconf libtool" makedepends=" $(vopt_if mrsh munge-devel) $(vopt_if readline readline-devel) " checkdepends="which" short_desc="High performance, parallel remote shell utility" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/chaos/pdsh" distfiles="https://github.com/chaos/pdsh/archive/pdsh-${version}.tar.gz" checksum=99be4bd4c68a5976fb3e9e994bae7e6497481aba681fa1c35bdf055750c3692b build_options="rsh exec ssh mrsh xcpu netgroup dshgroups readline" build_options_default="rsh exec ssh mrsh readline" desc_option_rsh="Include support for the rsh remote module" desc_option_exec="Include support for the exec remote module" desc_option_mrsh="Include support for the mrsh remote module" desc_option_xcpu="Include support for the xcpu remote module" desc_option_netgroup="allows pdsh to use standard netgroup entries to build lists of target hosts." desc_option_dshgroups="allow pdsh to use dshgroup entries to build lists of target hosts." pre_configure() { ./bootstrap }