net-libs/libcurve - 9999 (defiance)

Search

Package Information

Description:
An encryption and authentication library for ZeroMQ applications
Homepage:
http://curvezmq.org
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~arm ~amd64 ~x86 0
View Raw Ebuild
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools git-r3

DESCRIPTION="An encryption and authentication library for ZeroMQ applications"
HOMEPAGE="http://curvezmq.org"
EGIT_REPO_URI="https://github.com/zeromq/libcurve"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"

DEPEND="
	dev-libs/libsodium
	net-libs/zeromq
	net-libs/czmq
"
RDEPEND="${DEPEND}"

src_prepare() {
	eapply_user
	eautoreconf
}

Dependencies

DEPEND

	dev-libs/libsodium
	net-libs/zeromq
	net-libs/czmq

RDEPEND

	dev-libs/libsodium
	net-libs/zeromq
	net-libs/czmq