redox/recipes/tests/vttest/recipe.toml
2025-08-23 18:33:13 +07:00

21 lines
420 B
TOML

[source]
tar = "https://invisible-island.net/archives/vttest/vttest-20140305.tgz"
blake3 = "b515b9a5e1f1498ed99e1a1c172fbcfdf2b7a214e185bd2005cc994407ded89e"
patches = ["redox.patch"]
script = """
GNU_CONFIG_GET config.sub
"""
[build]
template = "custom"
script = """
export LDFLAGS="-static"
COOKBOOK_CONFIGURE_FLAGS=(
--build="$(gcc -dumpmachine)"
--host="${TARGET}"
--prefix=""
)
cookbook_configure
"""