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
# 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=""
dev-libs/openssl dev-libs/libsodium
dev-libs/openssl dev-libs/libsodium