diff options
author | Matt Smith <matt@offtopica.uk> | 2021-10-17 10:36:15 +0100 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2021-10-21 19:49:45 -0400 |
commit | bbfb6d4eea156bd656965d33a96d7b3c8335a3d4 (patch) | |
tree | f962153e2337cd99892de6cf1c89bf316ef6b274 /dev-libs | |
parent | dev-libs/tree-sitter-go: Init at 0.19.1 (diff) | |
download | gentoo-bbfb6d4eea156bd656965d33a96d7b3c8335a3d4.tar.gz gentoo-bbfb6d4eea156bd656965d33a96d7b3c8335a3d4.tar.bz2 gentoo-bbfb6d4eea156bd656965d33a96d7b3c8335a3d4.zip |
dev-libs/tree-sitter-html: Init at 0.19.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>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/tree-sitter-html/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/tree-sitter-html/metadata.xml | 15 | ||||
-rw-r--r-- | dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild | 13 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-html/Manifest b/dev-libs/tree-sitter-html/Manifest new file mode 100644 index 000000000000..db1836e41c70 --- /dev/null +++ b/dev-libs/tree-sitter-html/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-html-0.19.0.tar.gz 18785 BLAKE2B 40a2f8a1b4d9943ed15003073e8499fb58aea00979359f793c30c4e7d431905620c20f8e77286a56dbc040642081effa61a7ed9fdd3d61d44bfadfb327793ed1 SHA512 7816e5f4e74c7a64a4fb715000123f5350dc3c6ebfbf5d71ea6dd660cd58a7b4327413ef3e8efa8c177c7308f43bb8b4d60fddbcf518a99841148a37aba95b71 diff --git a/dev-libs/tree-sitter-html/metadata.xml b/dev-libs/tree-sitter-html/metadata.xml new file mode 100644 index 000000000000..acc1cbdd1c4f --- /dev/null +++ b/dev-libs/tree-sitter-html/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>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-html</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild b/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild new file mode 100644 index 000000000000..58325e67b281 --- /dev/null +++ b/dev-libs/tree-sitter-html/tree-sitter-html-0.19.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="HTML grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" |