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.
10 lines
219 B
TOML
10 lines
219 B
TOML
[package]
|
|
name = "yaml-cpp"
|
|
version = "0.9.0"
|
|
|
|
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/jbeder/yaml-cpp/releases/download/yaml-cpp-0.9.0/yaml-cpp-yaml-cpp-0.9.0.tar.gz"
|
|
[build]
|
|
template = "cmake"
|