redox/recipes/libs/json-c/recipe.toml
bjorn3 a66bc4459a Promote some drm related recipes out of wip
Haven't found any redox related bugs in them in the past couple of months.
2026-05-13 22:14:07 +02:00

9 lines
226 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/json-c/json-c#build-instructions--
[source]
git = "https://github.com/json-c/json-c"
branch = "json-c-0.18"
shallow_clone = true
[build]
template = "cmake"