dev-db/hydra - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-db/hydra-9999

Package Information

Description:
Columnar store for analytics with PostgreSQL.
Homepage:
https://github.com/hydradatabase/hydra
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 amd64 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=8

inherit git-r3

DESCRIPTION="Columnar store for analytics with PostgreSQL."
HOMEPAGE="https://github.com/hydradatabase/hydra"
SRC_URI=""
EGIT_REPO_URI="https://github.com/hydradatabase/hydra.git"
EGIT_BRANCH="main"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

DEPEND="dev-db/postgresql"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P}/columnar"

Inherited Eclasses

Dependencies

DEPEND

dev-db/postgresql

RDEPEND

dev-db/postgresql