dev-libs/polyseed - 9999 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/polyseed-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/polyseed-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/polyseed-9999

Package Information

Description:
Mnemonic seed library for Monero and other CryptoNote-based currencies.
Homepage:
https://github.com/tevador/polyseed
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Mnemonic seed library for Monero and other CryptoNote-based currencies."
HOMEPAGE="https://github.com/tevador/polyseed"
SRC_URI=""
EGIT_REPO_URI="https://github.com/tevador/polyseed.git"

LICENSE="LGPL-3"
SLOT="0"
IUSE="static-libs test"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	sed -i "s/install(TARGETS polyseed polyseed_static/install(TARGETS polyseed/g" "${S}"/CMakeLists.txt
	cmake_src_prepare
}

src_compile() {
	cmake_build polyseed $(usex "static-libs" "polyseed_static" "") $(usex "test" "polyseed-tests" "")
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/polyseed | euse -E <flag> -p dev-libs/polyseed | euse -D <flag> -p dev-libs/polyseed

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

virtual/pkgconfig