mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
11 lines
242 B
TOML
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
|
|
"""
|