gentoo-ebuilds/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.1.ebuild
Brahmajit Das 59fc79b194
dev-libs/tree-sitter-vimdoc: add 3.0.1
Test failures in 3.0.0 was fixed in upstream by
59c539286e
and are part of 3.0.1 release

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

16 lines
437 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="Vimdoc grammar for Tree-sitter"
HOMEPAGE="https://github.com/neovim/tree-sitter-vimdoc"
SRC_URI="https://github.com/neovim/tree-sitter-vimdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"