redox/recipes/wip/lynx/recipe.toml
2023-11-30 18:13:53 +00:00

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",
]