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.
21 lines
355 B
TOML
21 lines
355 B
TOML
[package]
|
|
name = "solvespace"
|
|
version = "3.2"
|
|
|
|
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/solvespace/solvespace/releases/download/v3.2/solvespace-3.2.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DENABLE_TESTS=OFF"
|
|
]
|
|
dependencies = [
|
|
"zlib",
|
|
"libpng",
|
|
"cairo",
|
|
"freetype2",
|
|
"fontconfig",
|
|
"gtk3mm",
|
|
]
|