dev-php/ca-bundle - 1.3.1 (gentoo)

Search

Package Information

Description:
Find the system CA bundle or fall back to the Mozilla one
Homepage:
https://github.com/composer/ca-bundle
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit prefix

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 ~arm64 x86"

RDEPEND="
	dev-lang/php:*
	dev-php/fedora-autoloader"

src_install() {
	insinto /usr/share/php/Composer/CaBundle
	doins src/CaBundle.php \
		"$(prefixify_ro "${FILESDIR}"/autoload.php)"
	dodoc README.md
}

Dependencies

RDEPEND

	dev-lang/php:*
	dev-php/fedora-autoloader

Manifest for 1.3.1

Type File Size Source URLs
DIST ca-bundle-1.3.1.tar.gz 127597 bytes https://github.com/composer/ca-bundle/archive/1.3.1.tar.gz