mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
14 lines
220 B
TOML
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",
|
|
]
|