637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
14 lines
222 B
TOML
14 lines
222 B
TOML
[package]
|
|
name = "less"
|
|
version = "0.1.0"
|
|
|
|
#TODO waiting termcap fix
|
|
[source]
|
|
tar = "https://www.greenwoodsoftware.com/less/less-633.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"termcap",
|
|
"libvterm",
|
|
]
|