redox/recipes/wip/libs/other/tree-sitter/recipe.toml
2025-09-16 13:37:39 +07:00

14 lines
256 B
TOML

[source]
tar = "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.8.tar.gz"
patches = [
"redox.patch"
]
[build]
template = "custom"
script = """
DYNAMIC_INIT
PACKAGE_PATH=cli cookbook_cargo
cookbook_cmake "${COOKBOOK_SOURCE}"/lib
"""