source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=encfs
         VERSION=1.9.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=https://github.com/vgough/${SPELL}/releases/download/v${VERSION}/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=encfs.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION%-*}"
        WEB_SITE=https://vgough.github.io/encfs/
         ENTERED=20040209
      LICENSE[0]=GPL
        KEYWORDS="filesystem crypto"
           SHORT="encrypted filesystem in user-space"
cat << EOF
EncFS is an encrypted pass-through filesystem which runs in userspace
on Linux (using the FUSE kernel module). Similarly to CFS and other
pass-through filesystems, all data is encrypted and stored in the underlying
filesystem. Unlike loopback filesystems, this does not have any predetermined
filesystem size.
EOF
