Skip to content

Commit 3ea6b6a

Browse files
committed
tree-sitter-gitattributes: new port
1 parent a5c673d commit 3ea6b6a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)