dev-db/pg-gvm - 22.6.14 (gentoo)

Search

Package Information

Description:
Greenbone Library for helper functions in PostgreSQL
Homepage:
https://www.greenbone.net https://github.com/greenbone/pg-gvm
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake greadme

DESCRIPTION="Greenbone Library for helper functions in PostgreSQL"
HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/pg-gvm"
SRC_URI="https://github.com/greenbone/pg-gvm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

# Tests requires a running database that match up with the current
# testing slot. Won't run from ${ED}, want's to install too early.
RESTRICT="test"

DEPEND="
	>=dev-libs/glib-2.42:2
	>=dev-libs/libical-1.0.0:=
	>=net-analyzer/gvm-libs-22.6
"

RDEPEND="
	${DEPEND}
	>=dev-db/postgresql-9.6:=[uuid]
"

src_install() {
	cmake_src_install
	greadme_file "${FILESDIR}/README.gentoo"
}

pkg_postinst() {
	greadme_pkg_postinst
}

Dependencies

DEPEND

	>=dev-libs/glib-2.42:2
	>=dev-libs/libical-1.0.0:=
	>=net-analyzer/gvm-libs-22.6

RDEPEND

	
	>=dev-libs/glib-2.42:2
	>=dev-libs/libical-1.0.0:=
	>=net-analyzer/gvm-libs-22.6

	>=dev-db/postgresql-9.6:=[uuid]

Manifest for 22.6.14

Type File Size Source URLs
DIST pg-gvm-22.6.14.tar.gz 40480 bytes https://github.com/greenbone/pg-gvm/archive/refs/tags/v22.6.14.tar.gz