redox/recipes/net/download/wget/recipe.toml
2025-08-20 06:53:38 -06:00

11 lines
177 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz"
[build]
dependencies = [
"openssl1",
]
template = "configure"
configureflags = [
"--with-ssl=openssl"
]