redox/recipes/wip/dev/lang/python312/recipe.toml
2024-07-08 03:19:57 +00:00

15 lines
256 B
TOML

#TODO not compiled or tested
[source]
tar = "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-ipv6
)
cookbook_configure
"""