dev-php/amphp-file - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-php/amphp-file-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-php/amphp-file-9999

Or alternatively:

emerge --autounmask-write -a =dev-php/amphp-file-9999

Package Information

Description:
An abstraction layer and non-blocking file access solution
Homepage:
https://github.com/amphp/file
License:
MIT

Ebuild Details

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

EAPI=8

COMPOSER_INSTALL_PATH="Amp/File"

inherit composer git-r3 optfeature

DESCRIPTION="An abstraction layer and non-blocking file access solution"
HOMEPAGE="https://github.com/amphp/file"
EGIT_REPO_URI="https://github.com/amphp/file.git"

LICENSE="MIT"
SLOT="0"
RESTRICT="test" # needs composer

RDEPEND="dev-php/amphp-amp
	dev-php/amphp-byte-stream
	dev-php/amphp-cache
	dev-php/amphp-parallel
	dev-php/amphp-sync
	dev-php/revolt-event-loop"
BDEPEND="test? ( dev-php/pecl-eio
		dev-php/pecl-uv )"

composer_enable_tests phpunit

pkg_postinst() {
	optfeature "PHP extention with eio" dev-php/pecl-eio
	optfeature "PHP extention with parallel" dev-php/pecl-parallel
	optfeature "PHP extention with uv" dev-php/pecl-uv
}

Inherited Eclasses

Dependencies

RDEPEND

dev-php/amphp-amp
	dev-php/amphp-byte-stream
	dev-php/amphp-cache
	dev-php/amphp-parallel
	dev-php/amphp-sync
	dev-php/revolt-event-loop

BDEPEND

test? ( dev-php/pecl-eio
		dev-php/pecl-uv )