dev-php/psysh-bin - 0.9.6 (didos)

Search

Install

Install this version:

emerge -a =dev-php/psysh-bin-0.9.6

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

autounmask =dev-php/psysh-bin-0.9.6

Or alternatively:

emerge --autounmask-write -a =dev-php/psysh-bin-0.9.6

Package Information

Description:
REPL for PHP
Homepage:
https://psysh.org/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.6 6 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2016, 2018 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit rindeal

DESCRIPTION="REPL for PHP"
HOMEPAGE="https://psysh.org/ ${GH_HOMEPAGE}"
LICENSE="MIT"

PN_NB="${PN%%-bin}"
SLOT="0"
SRC_URI="https://github.com/bobthecow/${PN_NB}/releases/download/v${PV}/${PN_NB}-v${PV}.tar.gz"

KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="
	dev-lang/php
"

S="${WORKDIR}"

src_configure() { : ; }
src_compile() { : ; }

src_install() {
	dobin "${PN_NB}"
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-lang/php

Manifest for 0.9.6

Type File Size Source URLs
DIST psysh-v0.9.6.tar.gz 312207 bytes https://github.com/bobthecow/psysh/releases/download/v0.9.6/psysh-v0.9.6.tar.gz