mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-libs/tree-sitter-lua: add 0.4.1
Signed-off-by: Brahmajit Das <listout@listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/45478 Closes: https://github.com/gentoo/gentoo/pull/45478 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST tree-sitter-lua-0.3.0.tar.gz 62157 BLAKE2B 228618fd77807fe69c8924cae621823ae4583e71e64ad894c7c6fab69047a7bd38c486fecf33dab74c326aa542a0b8994644f73010ad3784df4f695e569d4f62 SHA512 6b7701432f265509f6d68283c20f5fdb91a5111ac12119f51d7cd36d24ac630e6c4e2aa82938fec181b3e41eaacc86658c5b32d24d93f03566b5af69280b66cc
|
||||
DIST tree-sitter-lua-0.4.0.tar.gz 63999 BLAKE2B 3c2a6e291be48d05743f146d8187a1a0fe778231d331c08280f1c088e372f645e73c916e8de92d3e6b94cd35e3013a15ff29f297a7b6270707dd26d25bbcf396 SHA512 6afcac83394b0583b721b88acd1115b97e8844d0c94134235e63df1b0e46773691ab37b7ff1921d7672924baf0144eb6f60ac0196daf8691c96f0567ccac1f67
|
||||
DIST tree-sitter-lua-0.4.1.tar.gz 65878 BLAKE2B d26ee6f30ba11cfa45f58b0871542041f9204a9f127529612d1736f8bb957b2ba4706b37b5bce6d6d85e2383ac847b7f4f1264c738bb31cadb28404d80c820fa SHA512 5953cce7c694def393592cb844a6c892765554de7a8af99e1f94d59e426752b6ba0ead4d0faeaa7b60d1796eb7612f569f5b39d424d42f71234dfadd1d769322
|
||||
|
||||
16
dev-libs/tree-sitter-lua/tree-sitter-lua-0.4.1.ebuild
Normal file
16
dev-libs/tree-sitter-lua/tree-sitter-lua-0.4.1.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2026 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
Reference in New Issue
Block a user