diff options
Diffstat (limited to 'www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild')
-rw-r--r-- | www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild new file mode 100644 index 000000000000..6f2dc11b33ee --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 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-1" + +PHP_DEPEND=" + php_targets_php8-1? ( dev-lang/php:8.1[curl] ) +" +RDEPEND=" + ${PHP_DEPEND} + >=www-apps/icingaweb2-2.9.0 + >=dev-libs/icinga-php-thirdparty-0.8.0 + >=dev-libs/icinga-php-library-0.5.0 +" + +src_install() { + insinto /usr/share/icingaweb2/modules/${PN##*-}/ + doins -r . +} |