mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
15 lines
345 B
TOML
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
|
|
"""
|