redox/recipes/wip/libs/other/libedit/recipe.toml
2025-09-18 09:32:33 +07:00

14 lines
220 B
TOML

#TODO promote
[source]
tar = "https://www.thrysoee.dk/editline/libedit-20250104-3.1.tar.gz"
patches = [
"redox.patch"
]
[build]
template = "configure"
dependencies = [
"ncurses",
"termcap",
"terminfo",
]