mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
9 lines
170 B
TOML
9 lines
170 B
TOML
#TODO make elfutils work
|
|
[source]
|
|
tar = "https://sourceware.org/ftp/debugedit/5.0/debugedit-5.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"elfutils",
|
|
]
|