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

13 lines
263 B
TOML

#TODO missing script for gnu make: https://github.com/google/mount-zip/blob/main/INSTALL.md
[source]
git = "https://github.com/google/mount-zip"
rev = "v1.10"
[build]
template = "custom"
dependencies = [
"libfuse3",
"libzip",
"libicu",
"boost",
]