dev-libs/tree-sitter-typescript: 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>
This commit is contained in:
Matt Smith
2021-10-17 10:25:42 +01:00
committed by Nick Sarnie
parent a2cc228e12
commit 19c4471fab
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST tree-sitter-typescript-0.20.0.tar.gz 769336 BLAKE2B 12f5ac1f29963eda7a34d08832ca263cf91fd6a8335c998d9d1795851bd30d4a43ade36d004ffcb287c73b63e691582a79d640e24050df4f778fa308f5b0665e SHA512 99cbcabf58717eb17346b2139320f0d13846f1f335a81ed01fee6e748cd0d867218a9cc8d216162c3b9b9da86487024bedbced67e91adadab207633c25dc7e1a

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>matt@offtopica.uk</email>
<name>Matthew Smith</name>
</maintainer>
<maintainer type="person" proxied="proxy">
<email>sarnex@gentoo.org</email>
<name>Nick Sarnie</name>
</maintainer>
<upstream>
<remote-id type="github">tree-sitter/tree-sitter-typescript</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,15 @@
# 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="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${PN}-${TS_PV}/typescript/src
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"