guru/dev-libs/polyseed/polyseed-1.0.0.ebuild
Adam Pimentel 65f4f9c0f9
net-p2p/feather: use polyseed package
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-19 20:44:15 -05:00

17 lines
481 B
Bash

# 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"