. "$GRIMOIRE"/CMAKE_FUNCTIONS
           SPELL=libssh
         VERSION=0.11.0
  SECURITY_PATCH=11
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://www.libssh.org/
   SOURCE_URL[0]=$WEB_SITE/files/${VERSION%.?}/$SOURCE
   SOURCE2_URL[0]=$SOURCE_URL.asc
         ENTERED=20041208
      SOURCE_GPG=libssh.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        KEYWORDS="ssh crypto"
           SHORT="a library for accessing ssh client services through C libraries calls."
cat << EOF
The SSH library features :
    -Full C library functions for manipulating a client-side SSH connection
    -Fully configurable sessions
    -Support for AES-128, AES-192, AES-256, blowfish, in cbc mode
    -use multiple SSH connections in a same process, at same time.
    -usable SFTP implementation
    -Public key and password authentication
EOF
