dev-libs/dstu-engine - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-libs/dstu-engine-9999

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

autounmask =dev-libs/dstu-engine-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/dstu-engine-9999

Package Information

Description:
OpenSSL engine for DSTU 4145
Homepage:
https://github.com/dstucrypt/dstu-engine
License:
Apache-2.0

Ebuild Details

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

EAPI=8

EGIT_REPO_URI="https://github.com/dstucrypt/${PN}.git"

inherit cmake git-r3

DESCRIPTION="OpenSSL engine for DSTU 4145"
HOMEPAGE="https://github.com/dstucrypt/dstu-engine"

LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-libs/openssl:0/3"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

DOCS=( {ChangeLog,README}.md )

src_configure() {
	local mycmakeargs=(
		-DBUILD_TESTS="$(usex test)"
	)

	cmake_src_configure
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-libs/openssl:0/3

RDEPEND

dev-libs/openssl:0/3

BDEPEND

virtual/pkgconfig