mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-nim/ups: add 0.0.9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ups-0.0.8.tar.gz 17670 BLAKE2B ba26f0203ca175a8786ba596124192c9e6dcd53322651d9cc98bdb5b58ea5bd2179863c2ac0cc65b18857dd3acc8c7d0ff7117ab63ee6f19d69c7646fe3eac4a SHA512 8cb754a4d4c84dde1da7e89c42603b9e2c333d09f3509b3d28de991a2f1fdac20d375eac6a99e0e76c40dc182d0c61ffd7165c4d16b44ad0c91acf5403df2d9c
|
||||
DIST ups-0.0.9.tar.gz 17666 BLAKE2B f9b8ea94e3a6f190275b15ab0f9aa9a4bab18505f28dd4db8d82d540e4aabb1c72bfdaf0d6f8513f7bc43e35b3e42fd08cf747f15cfd6e52feafb6a5675c9792 SHA512 652bf327f71b40db86c508850e3049713e2f8087f774a92cc3ecd7b654f31d713824580ad9977544a89e981417c99ad5bcaf513850faf17e2818acce064864a4
|
||||
|
||||
23
dev-nim/ups/ups-0.0.9.ebuild
Normal file
23
dev-nim/ups/ups-0.0.9.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