redox/recipes/wip/fuse/hfsfuse/recipe.toml
2024-09-20 01:38:01 +00:00

9 lines
237 B
TOML

#TODO missing script for gnu make, see https://github.com/0x09/hfsfuse#building
[source]
tar = "https://github.com/0x09/hfsfuse/releases/download/0.242/hfsfuse-0.242.tar.gz"
[build]
template = "custom"
dependencies = [
"libfuse3",
]