redox/recipes/wip/libs/libedit/recipe.toml
2024-02-22 03:31:34 +00:00

15 lines
292 B
TOML

#TODO make dependencies work
[source]
tar = "https://www.thrysoee.dk/editline/libedit-20221030-3.1.tar.gz"
[build]
template = "custom"
dependencies = [
"ncurses",
"termcap",
"terminfo",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""