redox/recipes/wip/dev/python/ruff/recipe.toml
2026-03-14 18:39:24 +07:00

15 lines
242 B
TOML

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