Files
2025-12-03 12:33:55 +09:00

27 lines
876 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-bash 0.25.1 v
github.tarball_from archive
revision 0
description A tree-sitter parser for bash
long_description {*}${description}
categories devel
license MIT
maintainers {amake @amake} openmaintainer
checksums rmd160 feba25526aff20e53f24de2aecd50c0a842e2762 \
sha256 2e785a761225b6c433410ef9c7b63cfb0a4e83a35a19e0f2aec140b42c06b52d \
size 543006
worksrcdir ${worksrcdir}/src
# scanner.h: error: for loop initial declaration used outside C99 mode
configure.cflags-append -std=c99