summaryrefslogtreecommitdiff
path: root/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2024-07-07 01:00:00 +0200
committerLouis Sautier <sbraz@gentoo.org>2024-07-07 01:03:00 +0200
commit3677a0f4600a75c415b6eec4891535cd359248dc (patch)
tree2d1735aceafd7334c1e0d4f28ad54b34e68c05dc /dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild
parente5540fdcede357cfa08ef6c83699bb5b4c72a982 (diff)
downloadgentoo-3677a0f4600a75c415b6eec4891535cd359248dc.tar.gz
gentoo-3677a0f4600a75c415b6eec4891535cd359248dc.tar.bz2
gentoo-3677a0f4600a75c415b6eec4891535cd359248dc.zip
dev-libs/icinga-php-thirdparty: add 0.12.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild')
-rw-r--r--dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild
new file mode 100644
index 000000000000..935ba3f3b7f9
--- /dev/null
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Icinga PHP libraries for Icinga Web 2"
+HOMEPAGE="https://github.com/Icinga/icinga-php-thirdparty"
+SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="dev-lang/php:*"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ insinto "/usr/share/icinga-php/vendor"
+ cd "${S}"
+ doins -r *
+}