mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-nim/balls: new package, add 3.7.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/balls/Manifest
Normal file
1
dev-nim/balls/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST balls-3.7.0.tar.gz 41064 BLAKE2B 9757a26c6ab1368ec93fc27080637a40908c7ce7a02f4664375894a9162a1f93167224270d786c7145255187cc32892645614471be0c5418639fc1db84077438 SHA512 1d935b09354435543320acaa243e26adf0a9aa7ebd37b3792393c5c7b1a65468c7bc521469b9601a6747c1727bc263e74b3dd45ef0c627d18f6af1efb904848c
|
||||
26
dev-nim/balls/balls-3.7.0.ebuild
Normal file
26
dev-nim/balls/balls-3.7.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo nimble
|
||||
|
||||
DESCRIPTION="A unittest macro to save the world, or at least your Sunday"
|
||||
HOMEPAGE="https://github.com/disruptek/balls"
|
||||
SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
=dev-nim/grok-0*
|
||||
=dev-nim/sync-1*
|
||||
=dev-nim/ups-0*
|
||||
"
|
||||
|
||||
set_package_url "https://github.com/disruptek/balls"
|
||||
|
||||
src_test() {
|
||||
edo "${BUILD_DIR}"/${PN}
|
||||
}
|
||||
13
dev-nim/balls/metadata.xml
Normal file
13
dev-nim/balls/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/balls</remote-id>
|
||||
<bugs-to>https://github.com/disruptek/balls/issues</bugs-to>
|
||||
<doc>https://disruptek.github.io/balls/balls.html</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user