redox/recipes/wip/tools/wezterm/recipe.toml
2024-02-11 14:08:48 +00:00

11 lines
242 B
TOML

#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
#TODO Require Wayland
[source]
git = "https://github.com/wez/wezterm"
[build]
template = "custom"
script = """
./get-deps
cookbook_cargo_packages wezterm
"""