Files
guru/dev-db/pg_repack/pg_repack-1.4.5.ebuild
Andrew Ammerlaan 2933ced258 dev-db/pg_repack: drop 9.4, removed from ::gentoo
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-08-17 12:07:44 +02:00

25 lines
597 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
POSTGRES_COMPAT=( 9.5 9.6 10 11 12 )
POSTGRES_USEDEP="server"
inherit postgres-multi
DESCRIPTION="RUM access method - inverted index with additional information in posting lists"
HOMEPAGE="https://github.com/reorg/pg_repack"
SRC_URI="https://github.com/reorg/pg_repack/archive/ver_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-ver_${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="${POSTGRES_DEP}"
RDEPEND="${DEPEND}"
# Needs a running PostgreSQL server
RESTRICT="test"