app-crypt/hpenc - 9999 (junkdrawer)

Search

Install

Install this version:

emerge -a =app-crypt/hpenc-9999

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

autounmask =app-crypt/hpenc-9999

Or alternatively:

emerge --autounmask-write -a =app-crypt/hpenc-9999

Package Information

Description:
High performance command line tool for stream encryption
Homepage:
https://github.com/vstakhov/hpenc
License:
BSD

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="High performance command line tool for stream encryption"
HOMEPAGE="https://github.com/vstakhov/hpenc"
if [ "${PV}" == 9999 ]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/vstakhov/hpenc"
else
	SRC_URI=""
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="BSD"
SLOT="0"

DEPEND="dev-libs/openssl
	dev-libs/libsodium"
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses

Dependencies

DEPEND

dev-libs/openssl
	dev-libs/libsodium

RDEPEND

dev-libs/openssl
	dev-libs/libsodium