diff options
author | Matt Smith <matt@offtopica.uk> | 2021-10-17 10:33:01 +0100 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2021-10-21 19:49:37 -0400 |
commit | cdb5313069ab0a4f03ac29f7c72996033a99ec1a (patch) | |
tree | 4ebd8ff3d0e871951fa5fe56079ccdfce72bf506 /dev-libs/tree-sitter-css | |
parent | dev-libs/tree-sitter-cpp: Init at 0.19.0 (diff) | |
download | gentoo-cdb5313069ab0a4f03ac29f7c72996033a99ec1a.tar.gz gentoo-cdb5313069ab0a4f03ac29f7c72996033a99ec1a.tar.bz2 gentoo-cdb5313069ab0a4f03ac29f7c72996033a99ec1a.zip |
dev-libs/tree-sitter-css: 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/tree-sitter-css')
-rw-r--r-- | dev-libs/tree-sitter-css/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/tree-sitter-css/metadata.xml | 15 | ||||
-rw-r--r-- | dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild | 13 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-css/Manifest b/dev-libs/tree-sitter-css/Manifest new file mode 100644 index 000000000000..019ffe0e9349 --- /dev/null +++ b/dev-libs/tree-sitter-css/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-css-0.19.0.tar.gz 80823 BLAKE2B 5a011981bea8dca3ea51d3615c88eeefb2e0dafae52a947b58a930f9521cfd5759ff22812d4f49283453cc86f52372a798dd507b1982fb55dba086156a5842fb SHA512 8811118f8506ae6cc25bf30285361b751902cd4af9d25cd64eccacd1721cacd8b66277c7c950c825fe6e72ac3155dbd39c24ee94090faaae9ee8b67ce61fc1c4 diff --git a/dev-libs/tree-sitter-css/metadata.xml b/dev-libs/tree-sitter-css/metadata.xml new file mode 100644 index 000000000000..6e7834e213c1 --- /dev/null +++ b/dev-libs/tree-sitter-css/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-css</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild b/dev-libs/tree-sitter-css/tree-sitter-css-0.19.0.ebuild new file mode 100644 index 000000000000..1f2bd9b4c2c9 --- /dev/null +++ b/dev-libs/tree-sitter-css/tree-sitter-css-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="CSS grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" |