icingaweb2-module-incubator-0.23.0gentoo
download
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bleeding edge Icinga Web 2 libraries"
HOMEPAGE="https://github.com/Icinga/icingaweb2-module-incubator/"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="php_targets_php8-2 php_targets_php8-3 php_targets_php8-4"
PHP_DEPEND="
php_targets_php8-2? ( dev-lang/php:8.2[curl] )
php_targets_php8-3? ( dev-lang/php:8.3[curl] )
php_targets_php8-4? ( dev-lang/php:8.4[curl] )
"
RDEPEND="
${PHP_DEPEND}
>=www-apps/icingaweb2-2.9.0
>=dev-libs/icinga-php-thirdparty-0.12.1
>=dev-libs/icinga-php-library-0.13.1
"
src_install() {
insinto "/usr/share/icingaweb2/modules/${PN##*-}/"
doins -r .
}