From c4ce6fe1a4ad3e27bb1cb329ed09fa7baf0182ff Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 8 Jan 2023 07:16:29 +0500 Subject: dev-nim/jsony: add 1.1.3_p20220114 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-nim/jsony/Manifest | 1 + dev-nim/jsony/jsony-1.1.3_p20220114.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-nim/jsony/jsony-1.1.3_p20220114.ebuild (limited to 'dev-nim') diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest index acf72d468..f0cad1810 100644 --- a/dev-nim/jsony/Manifest +++ b/dev-nim/jsony/Manifest @@ -1 +1,2 @@ DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558 +DIST jsony-1.1.3_p20220114.tar.gz 19390 BLAKE2B 814844f1c68ab3cc5213309fc8fb1a22dbd00674326d7d073dd5a3f455fc9a97516d817c5f947bfbaaf307810eb39be59ba271b7e7270f78107d7c873cc51588 SHA512 5a3da0de68fa5b1379f4002f10477f294e90b94fe8bedb2393d5c8d4381f2c17cedec0ba407086dea302b5655c564b5ea900c9862b3a924e8f5b909d3ac635f7 diff --git a/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild b/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild new file mode 100644 index 000000000..bfa9ad2eb --- /dev/null +++ b/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +COMMIT="d0e69bddf83874e15b5c2f52f8b1386ac080b443" +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/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="MIT" +SLOT="${PV%_*}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/treeform/jsony" -- cgit v1.2.3-65-gdbad