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

description         A tree-sitter parser for Erlang

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  18ba93ac871e6cb089a39bb45fe75a71ddee5a4f \
                    sha256  fb720b016114b8012098b56300996b29e915cbf21e6b7b66424700b5e750af93 \
                    size    134606

worksrcdir          ${worksrcdir}/src

github.livecheck.branch main
