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

13 lines
250 B
TOML

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