637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
18 lines
264 B
TOML
18 lines
264 B
TOML
[package]
|
|
name = "libedit"
|
|
version = "3.1"
|
|
|
|
#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",
|
|
]
|