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.
13 lines
220 B
TOML
13 lines
220 B
TOML
[package]
|
|
name = "debugedit"
|
|
version = "5.0"
|
|
|
|
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://sourceware.org/ftp/debugedit/5.0/debugedit-5.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"elfutils",
|
|
]
|