source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=sshfs-fuse
         VERSION=3.7.3
          SOURCE=sshfs-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/sshfs-$VERSION"
        WEB_SITE=https://github.com/libfuse/sshfs
   SOURCE_URL[0]=$WEB_SITE/releases/download/sshfs-$VERSION/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=fuse.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
         ENTERED=20050206
      LICENSE[0]=GPL
        KEYWORDS="ssh crypto"
           SHORT="FUSE client based on the SSH file transfer protocol"
cat << EOF
This is a filesystem client based on the SSH File Transfer Protocol. Since most
SSH servers already support this protocol it is very easy to set up: i.e. on the
server side there's nothing to do.  On the client side mounting the filesystem
is as easy as logging into the server with ssh.
EOF
