redox/recipes/wip/libs/other/libedit/recipe.toml
2026-04-11 07:18:54 +07:00

14 lines
221 B
TOML

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