mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
306 B
TOML
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",
|
|
]
|