diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest new file mode 100644 index 0000000000..acf72d468e --- /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 0000000000..311ee455c1 --- /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 0000000000..a9dae2c467 --- /dev/null +++ b/dev-nim/jsony/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + treeform/jsony + +