          MODULE=fuse-3
         VERSION=3.17.4
          SOURCE=${MODULE%-*}-$VERSION.tar.gz
      SOURCE_URL=https://github.com/libfuse/libfuse/archive/refs/tags/
      SOURCE_VFY=sha256:dd21d1545c05e73ada594b93fe593351b7dbf10940fd93b934b9395513108b34
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libfuse-${MODULE%-*}-$VERSION
        WEB_SITE=http://fuse.sourceforge.net
         ENTERED=20170711
         UPDATED=20250825
           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
