redox/recipes/wip/tools/delta/recipe.toml
2024-07-09 00:06:39 +00:00

12 lines
201 B
TOML

#TODO make the "less" dependency work
[source]
git = "https://github.com/dandavison/delta"
[build]
template = "custom"
dependencies = [
"less",
]
script = """
cookbook_cargo_packages git-delta
"""