mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-nim/balls: add 3.7.2, drop 3.7.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
26
dev-nim/balls/balls-3.7.2.ebuild
Normal file
26
dev-nim/balls/balls-3.7.2.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2022 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}
|
||||
}
|
||||
Reference in New Issue
Block a user