commit: 290814fbf13562e39dba808bb304daffbb3741a2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Jun 30 09:23:30 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 11:39:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=290814fb
dev-nim/jsony: new package, add 1.1.3 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-nim/jsony/Manifest | 1 + dev-nim/jsony/jsony-1.1.3.ebuild | 19 +++++++++++++++++++ dev-nim/jsony/metadata.xml | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest new file mode 100644 index 000000000..acf72d468 --- /dev/null +++ b/dev-nim/jsony/Manifest @@ -0,0 +1 @@ +DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558 diff --git a/dev-nim/jsony/jsony-1.1.3.ebuild b/dev-nim/jsony/jsony-1.1.3.ebuild new file mode 100644 index 000000000..311ee455c --- /dev/null +++ b/dev-nim/jsony/jsony-1.1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="A loose direct to object json parser with hooks" +HOMEPAGE=" + https://github.com/treeform/jsony + https://nimble.directory/pkg/jsony +" +SRC_URI="https://github.com/treeform/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/treeform/jsony" diff --git a/dev-nim/jsony/metadata.xml b/dev-nim/jsony/metadata.xml new file mode 100644 index 000000000..a9dae2c46 --- /dev/null +++ b/dev-nim/jsony/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anna</name> + </maintainer> + <upstream> + <remote-id type="github">treeform/jsony</remote-id> + </upstream> +</pkgmetadata>
