redox/recipes/wip/libs/gtksourceview/recipe.toml
2024-02-22 03:31:34 +00:00

13 lines
306 B
TOML

#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/gtksourceview#installation
[source]
tar = "https://download.gnome.org/sources/gtksourceview/5.10/gtksourceview-5.10.0.tar.xz"
[build]
template = "custom"
dependencies = [
"glib",
"gtk4",
"libxml2",
"fribidi",
"pcre",
]