mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
9 lines
249 B
TOML
9 lines
249 B
TOML
#TODO missing script for Meson, see 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 = "custom"
|
|
dependencies = [
|
|
"glib",
|
|
]
|