# Description: An incremental parsing system for programming tools # URL: https://github.com/tree-sitter/tree-sitter # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: name=tree-sitter version=0.26.6 release=1 source=(https://github.com/tree-sitter/tree-sitter/archive/v$version/$name-$version.tar.gz) build() { cmake -S $name-$version -B build -G Ninja \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build }