# -*- 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        uyha tree-sitter-cmake 0.1.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

description         A tree-sitter parser for CMake files

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  2ebbd2902646d4f486f27e414bb89bd938e68c93 \
                    sha256  3e1c0c8584d83c84028b83ed28c5a85b9cfe9ffad7151663ad1402c5b5751d2f \
                    size    42441

worksrcdir          ${worksrcdir}/src
