redox/recipes/wip/libs/other/termcap/recipe.toml
2025-09-03 10:22:16 +07:00

12 lines
220 B
TOML

#TODO need testing
[source]
tar = "https://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--prefix="${COOKBOOK_STAGE}/usr"
)
cookbook_configure
"""