mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
943 B
Tcl
28 lines
943 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||
|
||
PortSystem 1.0
|
||
PortGroup github 1.0
|
||
PortGroup tree_sitter 1.0
|
||
|
||
github.setup tree-sitter tree-sitter-java 0.23.5 v
|
||
# Change github.tarball_from to 'releases' or 'archive' next update
|
||
github.tarball_from tarball
|
||
revision 0
|
||
|
||
description A tree-sitter parser for Java
|
||
|
||
long_description {*}${description}
|
||
|
||
categories devel
|
||
license MIT
|
||
maintainers {amake @amake} openmaintainer
|
||
|
||
checksums rmd160 1de9958b7e2b8689d8dc2d699f1b95fdb68dd617 \
|
||
sha256 06a7e9c953902421dd0d94bd75d648e51777da6069988d08c4b4a2c53192bdd0 \
|
||
size 214534
|
||
|
||
worksrcdir ${worksrcdir}/src
|
||
|
||
# parser.c: error: ‘for’ loop initial declaration used outside C99 mode
|
||
configure.cflags-append -std=c99
|