net-libs/libuecc - 7 (guru)

Search

Install

Install this version:

emerge -a =net-libs/libuecc-7

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

autounmask =net-libs/libuecc-7

Or alternatively:

emerge --autounmask-write -a =net-libs/libuecc-7

Package Information

Description:
a very small Elliptic Curve Cryptography library compatible with Ed25519.
Homepage:
https://github.com/neocturne/libuecc
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
7 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
#
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit cmake

DESCRIPTION="a very small Elliptic Curve Cryptography library
compatible with Ed25519."
HOMEPAGE="https://github.com/neocturne/libuecc"
SRC_URI="https://github.com/neocturne/libuecc/releases/download/v${PV}/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="static-libs"

src_install() {
	cmake_src_install
	if ! use static-libs; then
		find "${ED}" -name "*.a" -delete
	fi
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 7

Type File Size Source URLs
DIST libuecc-7.tar.xz 34616 bytes https://github.com/neocturne/libuecc/releases/download/v7/libuecc-7.tar.xz