redox/recipes/wip/dev/lang/vala/recipe.toml
2026-02-01 17:55:27 -03:00

15 lines
345 B
TOML

#TODO not compiled or tested
#TODO require bootstraping from another vala compiler
# build instructions: https://gitlab.gnome.org/GNOME/vala#building-vala
[source]
tar = "https://download.gnome.org/sources/vala/0.56/vala-0.56.18.tar.xz"
[build]
template = "custom"
dependencies = [
"glib",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""