redox/recipes/wip/text/gnome-text-editor/recipe.toml
2025-11-16 07:33:15 -03:00

15 lines
292 B
TOML

#TODO not compiled or tested
[source]
tar = "https://download.gnome.org/sources/gnome-text-editor/49/gnome-text-editor-49.0.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Deditorconfig=false"
]
dependencies = [
"gtk4",
"gtksourceview",
"libadwaita",
"libspelling",
]