commit:     b083d6b4b3427940f408b03ed37fd76909e1fce3
Author:     Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Sun Jun  9 22:00:04 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:52:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b083d6b4

dev-libs/tree-sitter-lua: new package, add 0.1.0

Closes: https://bugs.gentoo.org/933833
Closes: https://bugs.gentoo.org/922146
Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com>
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-libs/tree-sitter-lua/Manifest                  |  1 +
 dev-libs/tree-sitter-lua/metadata.xml              | 23 ++++++++++++++++++++++
 .../tree-sitter-lua/tree-sitter-lua-0.1.0.ebuild   | 16 +++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-libs/tree-sitter-lua/Manifest 
b/dev-libs/tree-sitter-lua/Manifest
new file mode 100644
index 000000000000..3d456f185fe0
--- /dev/null
+++ b/dev-libs/tree-sitter-lua/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-lua-0.1.0.tar.gz 56812 BLAKE2B 
2a90a84ff824dfa3233cbc5f21c750796872455747d7a8922526ed852eff7d2787c943090e0858b24df90511c48fe054c6a94289ff404fc317e16af5a117d53e
 SHA512 
7eceb729faacffd13328b7778e408219e76e5ae9aac38bdabd13584817633351161bfcc4074f0ce82c07a61054fdfe14ad5235713f2f2acf18bfd0b414b09a7b

diff --git a/dev-libs/tree-sitter-lua/metadata.xml 
b/dev-libs/tree-sitter-lua/metadata.xml
new file mode 100644
index 000000000000..71e2033e7471
--- /dev/null
+++ b/dev-libs/tree-sitter-lua/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Matthew Smith</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Nick Sarnie</name>
+       </maintainer>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Brahmajit Das</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id 
type="github">tree-sitter-grammars/tree-sitter-lua</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-libs/tree-sitter-lua/tree-sitter-lua-0.1.0.ebuild 
b/dev-libs/tree-sitter-lua/tree-sitter-lua-0.1.0.ebuild
new file mode 100644
index 000000000000..924ebebbf83d
--- /dev/null
+++ b/dev-libs/tree-sitter-lua/tree-sitter-lua-0.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Lua grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-lua";
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-lua/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"

Reply via email to