redox/recipes/tests/vttest/recipe.toml
2025-06-12 11:09:34 -06:00

21 lines
500 B
TOML

[source]
tar = "https://invisible-island.net/archives/vttest/vttest-20140305.tgz"
blake3 = "b515b9a5e1f1498ed99e1a1c172fbcfdf2b7a214e185bd2005cc994407ded89e"
patches = ["redox.patch"]
script = """
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
"""
[build]
template = "custom"
script = """
export LDFLAGS="-static"
COOKBOOK_CONFIGURE_FLAGS=(
--build="$(gcc -dumpmachine)"
--host="${TARGET}"
--prefix=""
)
cookbook_configure
"""