redox/recipes/wip/terminal/wezterm/recipe.toml
2024-07-02 06:08:02 +00:00

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
"""