# -*- 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-bash 0.23.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

description         A tree-sitter parser for bash

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  9b7cbd8750b39bdd15a4bac56f8d0d8f3f9d4d65 \
                    sha256  3fbdd5bcfdda912ebf167c29f515f8de139d478e73faf048afe0dea1759e7d36 \
                    size    544243

worksrcdir          ${worksrcdir}/src

# scanner.h: error: ‘for’ loop initial declaration used outside C99 mode
configure.cflags-append -std=c99
