mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
10 lines
179 B
TOML
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",
|
|
]
|