mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
16 lines
307 B
TOML
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
|
|
"""
|