You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
876 B
Tcl
27 lines
876 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-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
|