dev-db/hypopg - 1.4.2 (defiance)

Search

Package Information

Description:
Hypothetical Indexes for PostgreSQL
Homepage:
http://hypopg.github.io/hypopg/
License:
Apache-2.0

Ebuild Details

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

EAPI=7

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

inherit postgres-multi

SLOT="0"

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

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
REQUIRED_USE="${POSTGRES_REQ_USE}"

DEPEND="
	${POSTGRES_DEP}
"
RDEPEND="${DEPEND}"

src_prepare() {
	eapply_user
	postgres-multi_src_prepare
}

src_compile() {
	postgres-multi_foreach emake
}

src_install() {
	postgres-multi_foreach emake DESTDIR="${D}" install

	use static-libs || find "${ED}" -name '*.a' -delete
}

USE Flags

Dependencies

DEPEND

	${POSTGRES_DEP}

RDEPEND

	${POSTGRES_DEP}

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/1.4.2.tar.gz