net-libs/libcurve - 9999 (defiance)

Search

Install

Install this version:

emerge -a =net-libs/libcurve-9999

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

autounmask =net-libs/libcurve-9999

Or alternatively:

emerge --autounmask-write -a =net-libs/libcurve-9999

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
}

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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