mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
9 lines
237 B
TOML
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",
|
|
]
|