mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
13 lines
243 B
TOML
13 lines
243 B
TOML
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://github.com/vasi/squashfuse/releases/download/0.5.2/squashfuse-0.5.2.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"zlib",
|
|
"liblzma",
|
|
"lz4",
|
|
"zstd",
|
|
]
|