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.
15 lines
396 B
TOML
15 lines
396 B
TOML
[package]
|
|
name = "libsigcpp"
|
|
version = "3.8.0"
|
|
|
|
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libsigcplusplus/libsigcplusplus#building-from-a-release-tarball
|
|
[source]
|
|
tar = "https://github.com/libsigcplusplus/libsigcplusplus/releases/download/3.8.0/libsigc++-3.8.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dbuild-manual=false",
|
|
"-Dbuild-tests=false",
|
|
]
|