From 0feb6cf7647407231df549b5df7449700fcbc222 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 8 Nov 2022 23:43:33 +0500 Subject: [PATCH] dev-crystal/crystal-xpath2: new package, add 0.1.3 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/crystal-xpath2/Manifest | 1 + .../crystal-xpath2/crystal-xpath2-0.1.3.ebuild | 16 ++++++++++++++++ dev-crystal/crystal-xpath2/metadata.xml | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 dev-crystal/crystal-xpath2/Manifest create mode 100644 dev-crystal/crystal-xpath2/crystal-xpath2-0.1.3.ebuild create mode 100644 dev-crystal/crystal-xpath2/metadata.xml diff --git a/dev-crystal/crystal-xpath2/Manifest b/dev-crystal/crystal-xpath2/Manifest new file mode 100644 index 0000000000..482ab0ab7c --- /dev/null +++ b/dev-crystal/crystal-xpath2/Manifest @@ -0,0 +1 @@ +DIST crystal-xpath2-0.1.3.tar.gz 23933 BLAKE2B de970b43640489680965bdb0fc6d2e5fee8b9bb75d18e61c11089ad40f397b3c9e4963b2ca29a85049e3a1b0b0f291e32c2b0a321c729aac42bb730b848ab75f SHA512 3c57fb97d17bbff168e1a5904c2e629bb97114c31a4cd80d1347d7d804ebcdba3506b3243be303f42aa042936c667e918beadd10fced19175160e3921604cf09 diff --git a/dev-crystal/crystal-xpath2/crystal-xpath2-0.1.3.ebuild b/dev-crystal/crystal-xpath2/crystal-xpath2-0.1.3.ebuild new file mode 100644 index 0000000000..82289a0a1f --- /dev/null +++ b/dev-crystal/crystal-xpath2/crystal-xpath2-0.1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="XPath implementation in Crystal" +HOMEPAGE="https://github.com/naqvis/crystal-xpath2" +SRC_URI="https://github.com/naqvis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-crystal/crystal-fnv" diff --git a/dev-crystal/crystal-xpath2/metadata.xml b/dev-crystal/crystal-xpath2/metadata.xml new file mode 100644 index 0000000000..7ebbd03347 --- /dev/null +++ b/dev-crystal/crystal-xpath2/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +