redox/recipes/archives/libzip/recipe.toml
2026-05-02 08:20:38 +07:00

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",
]