redox/recipes/wip/libs/other/libfuse3/recipe.toml
2025-10-13 16:30:09 -03:00

8 lines
306 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/libfuse/libfuse#installation
#TODO require a redox daemon (userspace equivalent of the Linux kernel module)
[source]
tar = "https://github.com/libfuse/libfuse/releases/download/fuse-3.16.2/fuse-3.16.2.tar.gz"
[build]
template = "meson"