mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-nim/jsony: add 1.1.3_p20220114
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558
|
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
|
||||||
|
|||||||
21
dev-nim/jsony/jsony-1.1.3_p20220114.ebuild
Normal file
21
dev-nim/jsony/jsony-1.1.3_p20220114.ebuild
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user