File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
devel/tree-sitter-gitattributes Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -*- 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
2
+
3
+ PortSystem 1.0
4
+ PortGroup github 1.0
5
+ PortGroup tree_sitter 1.0
6
+
7
+ github.setup tree-sitter-grammars tree-sitter-gitattributes 0.1.6 v
8
+ github.tarball_from archive
9
+ revision 0
10
+
11
+ description A tree-sitter parser for .gitattributes files
12
+
13
+ long_description {*}${description}
14
+
15
+ categories devel
16
+ license MIT
17
+ maintainers {amake @amake} openmaintainer
18
+
19
+ checksums rmd160 faa3ce77dc9abdb9a2b257f7416d433ff8da44f0 \
20
+ sha256 118a66d8b3332593e61f7466ac3f21fd15b580e60eb2436ca3ee70955d6714ae \
21
+ size 23808
22
+
23
+ worksrcdir ${worksrcdir} /src
You can’t perform that action at this time.
0 commit comments