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
863 B
Tcl
27 lines
863 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-css 0.25.0 v
|
||
github.tarball_from archive
|
||
revision 0
|
||
|
||
description A tree-sitter parser for CSS
|
||
|
||
long_description {*}${description}
|
||
|
||
categories devel
|
||
license MIT
|
||
maintainers {amake @amake} openmaintainer
|
||
|
||
checksums rmd160 86813aba845c50940ccece88087988d97e42b66d \
|
||
sha256 03965344d8c0435dc54fb45b281578420bb7db8b99df4d34e7e74105a274cb79 \
|
||
size 132788
|
||
|
||
worksrcdir ${worksrcdir}/src
|
||
|
||
# error: ‘for’ loop initial declaration used outside C99 mode
|
||
configure.cflags-append -std=c99
|