diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-04-15 10:30:19 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-04-15 10:48:10 +0100 |
commit | ca065985b982b5128114b22e8aaffcacca4ed988 (patch) | |
tree | 3cbd9d869b6c32a14f1bccdd67b869a4adfc4e4e /dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild | |
parent | sys-apps/fwupd-efi: Bump to version 1.3 (diff) | |
download | gentoo-ca065985b982b5128114b22e8aaffcacca4ed988.tar.gz gentoo-ca065985b982b5128114b22e8aaffcacca4ed988.tar.bz2 gentoo-ca065985b982b5128114b22e8aaffcacca4ed988.zip |
dev-libs/tree-sitter-typescript: add 0.20.1
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild')
-rw-r--r-- | dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild new file mode 100644 index 000000000000..3b2e19104ead --- /dev/null +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="TypeScript grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript" +S="${WORKDIR}"/${PN}-${PV}/typescript/src + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" |