Skip to content

Commit

Permalink
tree-sitter-go-work: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Feb 24, 2025
1 parent 23830c2 commit cef5aed
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions devel/tree-sitter-go-work/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# -*- 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 omertuc tree-sitter-go-work 949a8a470559543857a62102c84700d291fc984c
version 20221004
github.tarball_from archive
revision 0

checksums rmd160 dc373d0f831d28768c1e861f77823c4daa94c97b \
sha256 e72981468f9d17af91d5a0f2d54b082b86a863d5cbba6cce792e0d4f54bb4e38 \
size 15273

description A tree-sitter parser for go.work files

long_description {*}${description}

categories devel
license MIT
maintainers {amake @amake} openmaintainer

worksrcdir ${worksrcdir}/src

tree_sitter.libname gowork

github.livecheck.branch main

0 comments on commit cef5aed

Please sign in to comment.