-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |