diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-16 13:58:05 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-16 13:58:19 -0500 |
commit | de48234670c7b7b914d0dc5bc963df5880274b09 (patch) | |
tree | e2653066b064062bbb30c6ea20bfe5ab96bccb76 /dev-libs/icinga-php-library | |
parent | net-ftp/vsftpd: fix seccomp failures (diff) | |
download | gentoo-de48234670c7b7b914d0dc5bc963df5880274b09.tar.gz gentoo-de48234670c7b7b914d0dc5bc963df5880274b09.tar.bz2 gentoo-de48234670c7b7b914d0dc5bc963df5880274b09.zip |
dev-libs/icinga-php-library: add for icingaweb2
thanks to Alarig Le Lay for the pointer to the ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/icinga-php-library')
-rw-r--r-- | dev-libs/icinga-php-library/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild | 23 | ||||
-rw-r--r-- | dev-libs/icinga-php-library/metadata.xml | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/icinga-php-library/Manifest b/dev-libs/icinga-php-library/Manifest new file mode 100644 index 000000000000..5187c97da7f9 --- /dev/null +++ b/dev-libs/icinga-php-library/Manifest @@ -0,0 +1 @@ +DIST icinga-php-library-0.6.1.tar.gz 2159137 BLAKE2B 93287845a6c06653faca1850b18c880d023d4bf22c707616a21b92bd252661c811a33c7515fbf19a06936358244c7703bae83cc2e44dee460fe7a46bfa82d345 SHA512 64800727e60630224993bda89494921a3e10f14ccb43b8f57d023b372806ce9253cdf7f6e933df8b494ef0369784714ac857fb288f7f08880c29e8643f25e2ec diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild new file mode 100644 index 000000000000..8024c5f6abbd --- /dev/null +++ b/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild @@ -0,0 +1,23 @@ +# 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" +MY_GITHUB_AUTHOR="Icinga" +SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${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/ipl" + doins -r "${S}"/vendor +} + diff --git a/dev-libs/icinga-php-library/metadata.xml b/dev-libs/icinga-php-library/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/dev-libs/icinga-php-library/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> |