redox/recipes/wip/net/wget2/recipe.toml
2024-02-16 01:42:41 +00:00

16 lines
248 B
TOML

#TODO make dependencies work
[source]
tar = "https://ftp.gnu.org/gnu/wget/wget2-2.0.1.tar.gz"
[build]
template = "configure"
dependencies = [
"gettext",
"libiconv",
"zlib",
"pcre",
"gnutls",
"bzip2",
"xz",
"zstd",
]