diff options
Diffstat (limited to 'dev-libs/icinga-php-thirdparty')
-rw-r--r-- | dev-libs/icinga-php-thirdparty/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild | 21 | ||||
-rw-r--r-- | dev-libs/icinga-php-thirdparty/metadata.xml | 8 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/icinga-php-thirdparty/Manifest b/dev-libs/icinga-php-thirdparty/Manifest new file mode 100644 index 000000000000..7af52bb80e93 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/Manifest @@ -0,0 +1 @@ +DIST icinga-php-thirdparty-0.10.0.tar.gz 576508 BLAKE2B 3e07262415340c413bf79aa3031cf3679f0374c85dad9c41ffed78f65379837fc87df8433ea201b02455bde5c1fee1406f5b149b9d5b39cd726407657bdafb54 SHA512 3f5b6caad23860cecf5f06d165b01211af5284cb3dcb635bdcf4c2118b03c96de40a6d86cd0bccbe0f817ae87cc5d09aa2709ca90f55b948cf975c69dc234e95 diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild new file mode 100644 index 000000000000..845e00a29bb8 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Icinga PHP libraries for Icinga Web 2." +HOMEPAGE="https://github.com/Icinga/icinga-php-library" +SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="dev-lang/php:*" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + insinto "/usr/share/icinga-php/vendor" + doins -r "${S}"/vendor/ +} diff --git a/dev-libs/icinga-php-thirdparty/metadata.xml b/dev-libs/icinga-php-thirdparty/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> +</pkgmetadata> |