mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
15 lines
255 B
TOML
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
|
|
"""
|