diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-12-06 16:46:38 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-12-06 16:46:38 +0200 |
| commit | 55fe3020386a4ff7dbfb15fbd81865d1c35c51a1 (patch) | |
| tree | f5336d45470f14d14b88e1851b8cd7fd9fea793a /dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild | |
| parent | 190967915b4b3f1b8b25eb23aa4cedbfc655e26a (diff) | |
| download | gentoo-55fe3020386a4ff7dbfb15fbd81865d1c35c51a1.tar.gz gentoo-55fe3020386a4ff7dbfb15fbd81865d1c35c51a1.tar.bz2 gentoo-55fe3020386a4ff7dbfb15fbd81865d1c35c51a1.zip | |
dev-libs/tree-sitter-bash: add 0.25.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild')
| -rw-r--r-- | dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild new file mode 100644 index 000000000000..e066f715a0ca --- /dev/null +++ b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.25.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +DESCRIPTION="Bash grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-bash" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" |
