gentoo/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
Brahmajit Das dcdc4fff81
dev-libs/tree-sitter-vim: Fix test in 0.5.0
Tests was fixed in 0.6.0 by commit
0f31cb98e5

Closes: https://bugs.gentoo.org/955711
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/44703
Closes: https://github.com/gentoo/gentoo/pull/44703
Signed-off-by: Sam James <sam@gentoo.org>
2025-12-04 12:03:22 +00:00

21 lines
546 B
Bash

# 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="Vimscript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
PATCHES=(
"${FILESDIR}/${PN}-0.5.0-fix-config-add-file-types-to-tree-sitter.patch"
)