redox/recipes/wip/libs/other/json-glib/recipe.toml
2025-10-13 16:30:09 -03:00

10 lines
263 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/GNOME/json-glib/#build-and-installation
[source]
tar = "https://download.gnome.org/sources/json-glib/1.8/json-glib-1.8.0.tar.xz"
[build]
template = "meson"
dependencies = [
"glib",
]