redox/recipes/wip/tools/less/recipe.toml
2024-07-09 00:06:39 +00:00

10 lines
179 B
TOML

#TODO waiting termcap fix
[source]
tar = "https://www.greenwoodsoftware.com/less/less-633.tar.gz"
[build]
template = "configure"
dependencies = [
"termcap",
"libvterm",
]