forked from Lainports/freebsd-ports
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= tree-sitter
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.24.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Incremental parser generator
|
|
WWW= https://tree-sitter.github.io/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtree-sitter.so.*
|
|
|
|
.include <bsd.port.mk>
|