mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
9 lines
245 B
TOML
9 lines
245 B
TOML
#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/jsonrpc-glib#building
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.0.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glib",
|
|
]
|