summaryrefslogtreecommitdiff
path: root/dev-util/termux-language-server/termux-language-server-0.1.8.ebuild
blob: f321f2c9c720cc69635f771bafd4008fe7ec37b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{13..14} )

inherit distutils-r1 pypi

DESCRIPTION="A language server for some specific Bash scripts"
HOMEPAGE="
	https://github.com/termux/termux-language-server
	https://pypi.org/project/termux-language-server
"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-libs/tree-sitter-bash[python,${PYTHON_USEDEP}]
	dev-python/lsp-tree-sitter[${PYTHON_USEDEP}]
	dev-python/platformdirs[${PYTHON_USEDEP}]
"