dev-php/php-spx - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-php/php-spx-9999

Package Information

Description:
A simple and straight-to-the-point PHP profiling extension
Homepage:
https://github.com/NoiseByNorthwest/php-spx
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PHP_EXT_NAME="spx"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( README.md )

USE_PHP="php8-1 php8-2 php8-3"

inherit php-ext-source-r3 git-r3

KEYWORDS="amd64 x86"

DESCRIPTION="A simple and straight-to-the-point PHP profiling extension"
HOMEPAGE="https://github.com/NoiseByNorthwest/php-spx"
SRC_URI=""
EGIT_REPO_URI="https://github.com/NoiseByNorthwest/php-spx.git"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php[-threads]"
RDEPEND=""

src_unpack() {
	git-r3_src_unpack

	for slot in $(php_get_slots); do
    	cp -r "${S}" "${WORKDIR}/${slot}"
	done
}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/php[-threads]