commit: 19c4471fabfdb23a8a2ca6a3f7cbf2dfb11bbceb Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sun Oct 17 09:25:42 2021 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Thu Oct 21 23:50:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c4471f
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 <AT> offtopica.uk> Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> dev-libs/tree-sitter-typescript/Manifest | 1 + dev-libs/tree-sitter-typescript/metadata.xml | 15 +++++++++++++++ .../tree-sitter-typescript-0.20.0.ebuild | 15 +++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-libs/tree-sitter-typescript/Manifest b/dev-libs/tree-sitter-typescript/Manifest new file mode 100644 index 00000000000..3074115ad29 --- /dev/null +++ b/dev-libs/tree-sitter-typescript/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-typescript-0.20.0.tar.gz 769336 BLAKE2B 12f5ac1f29963eda7a34d08832ca263cf91fd6a8335c998d9d1795851bd30d4a43ade36d004ffcb287c73b63e691582a79d640e24050df4f778fa308f5b0665e SHA512 99cbcabf58717eb17346b2139320f0d13846f1f335a81ed01fee6e748cd0d867218a9cc8d216162c3b9b9da86487024bedbced67e91adadab207633c25dc7e1a diff --git a/dev-libs/tree-sitter-typescript/metadata.xml b/dev-libs/tree-sitter-typescript/metadata.xml new file mode 100644 index 00000000000..f486929bd43 --- /dev/null +++ b/dev-libs/tree-sitter-typescript/metadata.xml @@ -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>[email protected]</email> + <name>Matthew Smith</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>[email protected]</email> + <name>Nick Sarnie</name> + </maintainer> + <upstream> + <remote-id type="github">tree-sitter/tree-sitter-typescript</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild new file mode 100644 index 00000000000..a504afd74bf --- /dev/null +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.0.ebuild @@ -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"
