           SPELL=pdsh
         VERSION=2.34
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]="https://github.com/chaos/$SPELL/releases/download/${SOURCE%.tar.gz}/$SOURCE"
     SOURCE_HASH=sha512:6007a6048e088f28b052db6d5c3cc410ae4b75898c1f0f9e6945c6091d37fdfd2d84e5531159eb3f98da573f55f79a6a4d90e16ac4373a2f5b4cda255542a047
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        DOC_DIRS=""
            DOCS="AUTHORS DISCLAIMER TODO ${DOCS}"
        WEB_SITE=https://github.com/grondo/pdsh
      LICENSE[0]=GPL
         ENTERED=20170217
           SHORT="high performance, parallel remote shell utility"
cat << EOF
Pdsh is a multithreaded remote shell client which executes commands on multiple
remote hosts in parallel. Pdsh can use several different remote shell services,
including standard "rsh", Kerberos IV, and ssh.
EOF
