# -*- 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        Wilfred tree-sitter-elisp 1.5.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 Emacs Lisp

long_description    {*}${description}

categories          devel
license             MIT
maintainers         {amake @amake} openmaintainer

checksums           rmd160  f4a06b266694e5e6e55e8f4c456432ca9801516e \
                    sha256  7fe3a1ea0f2700ae334fa3f5479b51aa0291deb72fa561d433d810b29fb15090 \
                    size    34204

worksrcdir          ${worksrcdir}/src

github.livecheck.branch main
