redox/recipes/wip/fuse/fuse-ext2/recipe.toml
2025-10-30 04:38:44 -03:00

13 lines
323 B
TOML

#TODO not compiled or tested
#TODO missing dependencies
# build instructions: https://github.com/alperakcan/fuse-ext2#building
[source]
git = "https://github.com/alperakcan/fuse-ext2"
rev = "ae35afb9ab08d87c66c1e021df792b3a7c4308b0"
script = "./autogen.sh"
[build]
template = "configure"
dependencies = [
"libfuse2",
]