mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
9 lines
180 B
TOML
9 lines
180 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://invisible-island.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"ncurses",
|
|
]
|