mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
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>
21 lines
546 B
Bash
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"
|
|
)
|