redox/recipes/dev/lang/gawk/recipe.toml
Anhad Singh fa08df1554
misc(recipes/gawk): move out of wip
Works as expected.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-01-27 11:58:20 +11:00

20 lines
362 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/gawk.git"
upstream = "https://git.savannah.gnu.org/git/gawk.git"
branch = "redox"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
ac_cv_func_gethostbyname=no
ac_cv_func_connect=no
)
cookbook_configure
"""