mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
15 lines
256 B
TOML
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
|
|
"""
|