Files
gentoo/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild
Matthew Smith e183fadde5 dev-libs/tree-sitter-cpp: add 0.20.3
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2023-09-03 09:03:15 +01:00

17 lines
365 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit tree-sitter-grammar
DESCRIPTION="C++ grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
# requires test data from tree-sitter-c
RESTRICT="test"