gentoo/www-apps/icingadb-web/icingadb-web-1.2.2.ebuild
Sam James 0aa408efca
www-apps/icingadb-web: Stabilize 1.2.2 amd64, #963300
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-24 02:15:17 +01:00

29 lines
644 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="UI for Icinga DB"
HOMEPAGE="https://icinga.com/docs/icinga-db-web/"
SRC_URI="https://github.com/Icinga/icingadb-web/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64"
RDEPEND="
|| (
dev-lang/php:8.2[curl,xml]
dev-lang/php:8.3[curl,xml]
dev-lang/php:8.4[curl,xml]
)
>=dev-libs/icinga-php-library-0.17.0
>=dev-libs/icinga-php-thirdparty-0.13
>=www-apps/icingaweb2-2.9.0
"
src_install() {
insinto "/usr/share/icingaweb2/modules/icingadb/"
doins -r "${S}"/*
}