redox/recipes/wip/a11y/orca/recipe.toml
2025-07-31 05:20:15 -03:00

16 lines
307 B
TOML

#TODO not compiled or tested
# dependencies: https://gitlab.gnome.org/GNOME/orca/#dependencies
[source]
tar = "https://download.gnome.org/sources/orca/48/orca-48.6.tar.xz"
[build]
template = "custom"
dependencies = [
"atk",
"at-spi2-core",
"gtk3",
]
script = """
DYNAMIC_INIT
cookbook_meson
"""