Files
gentoo/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild
Matt Smith 5f0de953fa dev-libs/tree-sitter-javascript: Init at 0.20.0
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
2021-10-21 19:49:48 -04:00

15 lines
316 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
TS_PV=rust-0.20.0
inherit tree-sitter-grammar
DESCRIPTION="JavaScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-javascript"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"