dev-db/hypopg - 1.4.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-db/hypopg-1.4.2

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

autounmask =dev-db/hypopg-1.4.2

Or alternatively:

emerge --autounmask-write -a =dev-db/hypopg-1.4.2

Package Information

Description:
Hypothetical Indexes for PostgreSQL
Homepage:
https://github.com/HypoPG/hypopg
License:
POSTGRESQL

Ebuild Details

Version EAPI Keywords Slot
1.4.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"

inherit postgres-multi

DESCRIPTION="Hypothetical Indexes for PostgreSQL"
HOMEPAGE="https://github.com/HypoPG/hypopg"
SRC_URI="https://github.com/HypoPG/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RESTRICT="test"

src_install() {
	default
}

Inherited Eclasses

Manifest for 1.4.2

Type File Size Source URLs
DIST hypopg-1.4.2.tar.gz 69895 bytes https://github.com/HypoPG/hypopg/archive/refs/tags/1.4.2.tar.gz