redox/recipes/wip/tools/alacritty/recipe.toml
2024-03-12 20:52:35 +00:00

14 lines
260 B
TOML

#TODO port to Orbital
[source]
git = "https://github.com/alacritty/alacritty"
rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3"
[build]
template = "custom"
dependencies = [
"freetype2",
"fontconfig",
]
script = """
cookbook_cargo_packages alacritty
"""