redox/recipes/wip/fuse/pifs/recipe.toml

11 lines
240 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"
script = "./autogen.sh"
[build]
template = "configure"
dependencies = [
"libfuse2",
]