redox/recipes/wip/fuse/fuse-zip/recipe.toml
2025-10-30 03:44:23 -03:00

11 lines
242 B
TOML

#TODO missing script for gnu make: https://bitbucket.org/agalanin/fuse-zip/src/master/INSTALL
[source]
git = "https://bitbucket.org/agalanin/fuse-zip"
rev = "0.7.2"
[build]
template = "custom"
dependencies = [
"libfuse2",
"libzip",
]