mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-libs/polyseed: version bump
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
16
dev-libs/polyseed/polyseed-2.0.0.ebuild
Normal file
16
dev-libs/polyseed/polyseed-2.0.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Mnemonic seed library for Monero and other CryptoNote-based currencies."
|
||||
HOMEPAGE="https://github.com/tevador/polyseed"
|
||||
SRC_URI="https://github.com/tevador/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="" #todo: make test executible an optiona; USE flag
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
Reference in New Issue
Block a user