Files
Joshua Root 39b2515e1b devel/[s-z]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-16 17:27:59 +11:00

28 lines
943 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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