dev-libs/tree-sitter-erlang - 0.20 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/tree-sitter-erlang-0.20

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

autounmask =dev-libs/tree-sitter-erlang-0.20

Or alternatively:

emerge --autounmask-write -a =dev-libs/tree-sitter-erlang-0.20

Package Information

Description:
Erlang programming language grammar for Tree-sitter
Homepage:
https://github.com/whatsapp/tree-sitter-erlang/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.20 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit tree-sitter-grammar

DESCRIPTION="Erlang programming language grammar for Tree-sitter"
HOMEPAGE="https://github.com/whatsapp/tree-sitter-erlang/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/whatsapp/${PN}"
else
	SRC_URI="https://github.com/whatsapp/${PN}/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="MIT"
SLOT="0"

DOCS=( CHANGELOG.md README.md )

src_prepare() {
	rm -r ./pyproject.toml ./test/highlight || die
	tree-sitter-grammar_src_prepare
}

src_install() {
	tree-sitter-grammar_src_install
	einstalldocs
}

Inherited Eclasses

Manifest for 0.20

Type File Size Source URLs
DIST tree-sitter-erlang-0.20.gh.tar.gz 195342 bytes https://github.com/whatsapp/tree-sitter-erlang/archive/0.20.tar.gz