mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
226 B
TOML
10 lines
226 B
TOML
[source]
|
|
tar = "https://libzip.org/download/libzip-1.11.4.tar.gz"
|
|
blake3 = "844cf66c68f2dcf182f6626d5b72d55b75a100c0a93b3e6a45b447669ecf7088"
|
|
patches = ["redox.patch"]
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"zlib",
|
|
]
|