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