redox/recipes/wip/fuse/pifs/recipe.toml
2024-02-13 12:28:54 +00:00

14 lines
262 B
TOML

#TODO make libfuse 2.x works
#TODO probably wrong script, see https://github.com/philipl/pifs#readme
[source]
git = "https://github.com/philipl/pifs"
[build]
template = "custom"
dependencies = [
"libfuse2",
]
script = """
./autogen.sh
cookbook_configure
"""