mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-nim/frosty: new package, add 3.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/frosty/Manifest
Normal file
1
dev-nim/frosty/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST frosty-3.0.0.tar.gz 14573 BLAKE2B 8f9e7647a15840b1f92032fa6961ed417b928fc21604eec61cb67a98cdcfacba8dbfaea94941e83af323300d34a7971ace556147b69eb06679a2005a526f6303 SHA512 83cc18dca29da8df288ed29779394f016fc81772273939d0ca3d184440f5d9b75c00e69c34f6c330e8672244fdee6213b6eaf3f68fa840093166d07d6478ad98
|
||||
28
dev-nim/frosty/frosty-3.0.0.ebuild
Normal file
28
dev-nim/frosty/frosty-3.0.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo nimble
|
||||
|
||||
DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
|
||||
HOMEPAGE="https://github.com/disruptek/frosty"
|
||||
SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? (
|
||||
>dev-nim/balls-2.0.0
|
||||
<dev-nim/balls-4.0.0
|
||||
)"
|
||||
|
||||
set_package_url "https://github.com/disruptek/frosty"
|
||||
|
||||
src_test() {
|
||||
edo balls
|
||||
}
|
||||
13
dev-nim/frosty/metadata.xml
Normal file
13
dev-nim/frosty/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">disruptek/frosty</remote-id>
|
||||
<bugs-to>https://github.com/disruptek/frosty/issues</bugs-to>
|
||||
<doc>https://disruptek.github.io/frosty/frosty.html</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user