summaryrefslogtreecommitdiffstats
path: root/crypto/gtk2-ssh-askpass/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gtk2-ssh-askpass/DETAILS')
-rwxr-xr-xcrypto/gtk2-ssh-askpass/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/crypto/gtk2-ssh-askpass/DETAILS b/crypto/gtk2-ssh-askpass/DETAILS
new file mode 100755
index 0000000000..5f0ad9392d
--- /dev/null
+++ b/crypto/gtk2-ssh-askpass/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gtk2-ssh-askpass
+ VERSION=0.3
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.cgabriel.org/sw/gtk2-ssh-askpass/$SOURCE
+ MD5[0]=22db8d8f575801b22b188d76f7fb4b3e
+ WEB_SITE=http://www.cgabriel.org/sw/gtk2-ssh-askpass/
+ ENTERED=20040426
+ UPDATED=20040426
+ LICENSE[0]=GPL
+ SHORT="A Gtk2 passphrase requesters."
+cat << EOF
+A Gtk2 passphrase requesters.
+
+Ask for a passphrase and send it to stdout.
+
+To use this with ssh-add just do:
+ ssh-add < /dev/null
+
+and a nice gtk2 window will be displayed.
+EOF