app-admin/cq - 9999 (junkdrawer)

Search

Package Information

Description:
A command queue
Homepage:
https://github.com/RPI-HPC/cq

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools git-r3

DESCRIPTION="A command queue"
HOMEPAGE="https://github.com/RPI-HPC/cq"

if [[ ${PV} == 9999 ]]; then
	EGIT_REPO_URI="https://github.com/RPI-HPC/${PN}"
fi

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

DEPEND="dev-libs/protobuf-c
		net-libs/zeromq
		>=sys-auth/munge-0.5.11"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}

Dependencies

DEPEND

dev-libs/protobuf-c
		net-libs/zeromq
		>=sys-auth/munge-0.5.11

RDEPEND

dev-libs/protobuf-c
		net-libs/zeromq
		>=sys-auth/munge-0.5.11