From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- dev-php/ca-bundle/ca-bundle-1.2.11.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-php/ca-bundle/ca-bundle-1.2.11.ebuild (limited to 'dev-php/ca-bundle/ca-bundle-1.2.11.ebuild') diff --git a/dev-php/ca-bundle/ca-bundle-1.2.11.ebuild b/dev-php/ca-bundle/ca-bundle-1.2.11.ebuild new file mode 100644 index 000000000000..d430bcbd1dd5 --- /dev/null +++ b/dev-php/ca-bundle/ca-bundle-1.2.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one" +HOMEPAGE="https://github.com/composer/ca-bundle" +SRC_URI="https://github.com/composer/ca-bundle/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-lang/php:* + dev-php/fedora-autoloader" + +src_install() { + insinto /usr/share/php/Composer/CaBundle + doins src/CaBundle.php "${FILESDIR}/autoload.php" + dodoc README.md +} -- cgit v1.2.3