mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-nim/ups: add 0.0.8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ups-0.0.7.tar.gz 17748 BLAKE2B 97860035c5b7f121a6cc08702dd1eabbd6960e94439642bc969c3ffc3fcf0d5c9920fdac62182f63db7e8461a485924664c3d40650286d402dde00969b71f691 SHA512 9325f6cf3e1e3cfc9889e51ae10db92356260deaa432c51671c2c27b09b7b9d574690eeacaab7597a1f706bc5a913a7e4067dd005f3658a1e86cd8151ef68239
|
||||
DIST ups-0.0.8.tar.gz 17670 BLAKE2B ba26f0203ca175a8786ba596124192c9e6dcd53322651d9cc98bdb5b58ea5bd2179863c2ac0cc65b18857dd3acc8c7d0ff7117ab63ee6f19d69c7646fe3eac4a SHA512 8cb754a4d4c84dde1da7e89c42603b9e2c333d09f3509b3d28de991a2f1fdac20d375eac6a99e0e76c40dc182d0c61ffd7165c4d16b44ad0c91acf5403df2d9c
|
||||
|
||||
23
dev-nim/ups/ups-0.0.8.ebuild
Normal file
23
dev-nim/ups/ups-0.0.8.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="a package handler"
|
||||
HOMEPAGE="https://github.com/disruptek/ups"
|
||||
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 )"
|
||||
|
||||
RDEPEND="<dev-nim/npeg-2.0:*"
|
||||
DEPEND="test? ( ${RDEPEND} )"
|
||||
BDEPEND="test? ( dev-nim/balls )"
|
||||
|
||||
set_package_url "https://github.com/disruptek/ups"
|
||||
Reference in New Issue
Block a user