redox/recipes/net/download/wget/recipe.toml
2024-07-20 00:40:25 +00:00

14 lines
217 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-ssl=openssl
)
cookbook_configure
"""