mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
14 lines
256 B
TOML
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
|
|
"""
|