redox/recipes/wip/fuse/indexfs/recipe.toml
2024-06-12 08:51:50 +00:00

12 lines
283 B
TOML

#TODO make libfuse work
#TODO probably missing dependencies
# build instructions - https://github.com/MajenkoProjects/indexfs/blob/master/INSTALL
[source]
git = "https://github.com/MajenkoProjects/indexfs"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""