dev-util/termux-language-server - 0.1.8 (guru)

Search

Install

Install this version:

emerge -a =dev-util/termux-language-server-0.1.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/termux-language-server-0.1.8

Or alternatively:

emerge --autounmask-write -a =dev-util/termux-language-server-0.1.8

Package Information

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+

Ebuild Details

Version EAPI Keywords Slot
0.1.8 8 ~amd64 0
View Raw Ebuild
# 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_{12..15} )

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}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-libs/tree-sitter-bash[python,]
	dev-python/lsp-tree-sitter[]
	dev-python/platformdirs[]