redox/recipes/wip/kde/labplot/recipe.toml
2026-04-01 01:47:26 -03:00

17 lines
322 B
TOML

#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
[source]
git = "https://invent.kde.org/education/labplot"
branch = "release/2.12"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_TESTS=OFF",
"-DENABLE_SDK=OFF",
]
dependencies = [
"libgsl",
"qads",
]