0ba7ac4093
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.1 2022/04/20 17:21:28 nia Exp $
|
|
|
|
DISTNAME= tree-sitter-0.20.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://tree-sitter.github.io/
|
|
COMMENT= Incremental parsing system for programming tools
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= tree-sitter.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|