mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
13 lines
263 B
TOML
13 lines
263 B
TOML
#TODO missing script for gnu make: https://github.com/google/mount-zip/blob/main/INSTALL.md
|
|
[source]
|
|
git = "https://github.com/google/mount-zip"
|
|
rev = "v1.10"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"libzip",
|
|
"libicu",
|
|
"boost",
|
|
]
|