redox/recipes/wip/fuse/indexfs/recipe.toml
2024-02-15 02:43:47 +00:00

12 lines
288 B
TOML

#TODO not compiled or tested
#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
"""