app-crypt/hpenc - 9999 (junkdrawer)

Search

Package Information

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

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=""

Dependencies

DEPEND

dev-libs/openssl
	dev-libs/libsodium

RDEPEND

dev-libs/openssl
	dev-libs/libsodium