# tree-sitter - Incremental parsing library
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=tree-sitter
version=0.26.1
release=1
desc="Incremental parsing library"
url="https://tree-sitter.github.io/"
license="MIT"
depend="glibc"
makedepend=""
source="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.26.1.tar.gz"
sha256="SKIP"

build() {
	cd "tree-sitter-0.26.1"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "tree-sitter-0.26.1"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
