redox/recipes/wip/archives/plzip/recipe.toml
2024-07-02 06:08:02 +00:00

9 lines
174 B
TOML

#TODO missing headers
[source]
tar = "https://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.11.tar.gz"
[build]
template = "configure"
dependencies = [
"lzlib",
]