mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
21 lines
420 B
TOML
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
|
|
""" |