          MODULE=fuse
         VERSION=2.9.9
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/libfuse/libfuse/releases/download/$MODULE-$VERSION/
      SOURCE_VFY=sha256:d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5
        WEB_SITE=http://fuse.sourceforge.net
         ENTERED=20040422
         UPDATED=20220804
           SHORT="File system in userspace"

cat << EOF
Filesystem in Userspace is a simple interface for userspace programs to export a
virtual filesystem to the Linux kernel. It also aims to provide a secure method
for non privileged users to create and mount their own filesystem
implementations.
EOF
