summaryrefslogtreecommitdiffstats
path: root/crypto/sshpass/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sshpass/DETAILS')
-rwxr-xr-xcrypto/sshpass/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/sshpass/DETAILS b/crypto/sshpass/DETAILS
new file mode 100755
index 0000000000..593673801c
--- /dev/null
+++ b/crypto/sshpass/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=sshpass
+ VERSION=1.05
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:92ff3428a3cbc2b517e8ee0a6676b409bac3ec0900bfb370cf3882ccc62017edb695ce00e025f73680e9718e1b0213b2ac1bbd2a2558fe43f0f5a7b0d690c810
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/p/sshpass/"
+ LICENSE[0]="GPLv2"
+ ENTERED=20131106
+ KEYWORDS=""
+ SHORT="Non-interactive ssh password auth"
+cat << EOF
+Sshpass is a tool for non-interactively performing password authentication with
+SSH's so called "interactive keyboard password authentication".
+EOF