mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
17 lines
336 B
TOML
17 lines
336 B
TOML
#TODO port to orbital
|
|
#TODO maybe missing dependencies, see https://github.com/wez/wezterm/blob/main/get-deps#L142
|
|
[source]
|
|
git = "https://github.com/wez/wezterm"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"mesa",
|
|
"fontconfig",
|
|
"openssl1",
|
|
"libxkbcommon",
|
|
]
|
|
script = """
|
|
./get-deps
|
|
cookbook_cargo_packages wezterm
|
|
"""
|