gentoo/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.23.2.ebuild
Arthur Zamarin c216577e27
dev-libs/tree-sitter-typescript: Stabilize 0.23.2 amd64, #964427
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-17 14:22:47 +03:00

22 lines
434 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit tree-sitter-grammar
DESCRIPTION="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${P}/typescript
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
src_prepare() {
# fix test corpus path
ln -s ../common test || die
tree-sitter-grammar_src_prepare
}