mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-db/rum: add 1.3.9
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
35
dev-db/rum/rum-1.3.9.ebuild
Normal file
35
dev-db/rum/rum-1.3.9.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
|
||||
POSTGRES_USEDEP="server"
|
||||
|
||||
inherit postgres-multi
|
||||
|
||||
DESCRIPTION="RUM access method - inverted index with additional information in posting lists"
|
||||
HOMEPAGE="https://github.com/postgrespro/rum"
|
||||
SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="POSTGRESQL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="${POSTGRES_DEP}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# Needs a running PostgreSQL server
|
||||
RESTRICT="test"
|
||||
|
||||
src_compile() {
|
||||
postgres-multi_foreach emake USE_PGXS=1
|
||||
}
|
||||
|
||||
src_test() {
|
||||
postgres-multi_foreach emake USE_PGXS=1 installcheck
|
||||
}
|
||||
|
||||
src_install() {
|
||||
postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install
|
||||
}
|
||||
Reference in New Issue
Block a user