redox/recipes/wip/dev/python/ruff/recipe.toml
2026-03-14 11:50:12 +07:00

15 lines
255 B
TOML

#TODO compiled, not tested
[source]
git = "https://github.com/astral-sh/ruff"
rev = "93a16bd05fba249439848beb6fbcbf3e8a436f03"
shallow_clone = true
patches = [
"redox.patch"
]
[build]
template = "custom"
script = """
cookbook_cargo_packages ruff
"""