dev-libs/polyseed - 2.0.0 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/polyseed-2.0.0

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

autounmask =dev-libs/polyseed-2.0.0

Or alternatively:

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

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
2.0.0 8 ~amd64 0
View Raw Ebuild
# 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="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

Manifest for 2.0.0

Type File Size Source URLs
DIST polyseed-2.0.0.tar.gz 105259 bytes https://github.com/tevador/polyseed/archive/refs/tags/v2.0.0.tar.gz