redox/recipes/wip/libs/kde/libkdcraw/recipe.toml

13 lines
310 B
TOML

#TODO not compiled or tested
# build instructions: https://invent.kde.org/graphics/libkdcraw/-/blob/master/README?ref_type=heads
[source]
git = "https://invent.kde.org/graphics/libkdcraw"
branch = "release/25.12"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"libraw",
"qt5-base",
]