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

11 lines
221 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/cybernoid/archivemount"
rev = "78c306538065de9b14f48cfc2024f50f843d3b29"
[build]
template = "configure"
dependencies = [
"libfuse2",
"libarchive",
]