Merge branch 'master' of https://github.com/microcai/gentoo-zh
[gentoo-zh.git] / dev-php / phpsh / phpsh-0.0.1.ebuild
blob99e695495abd20da45ab1726c536a7a166158f5a
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=3
7 inherit eutils
9 DESCRIPTION="An interactive shell for php"
10 HOMEPAGE="http://phpsh.org/"
11 SRC_URI="http://phpsh.org/phpsh-latest.tgz"
13 KEYWORDS="~x86 ~amd64"
14 SLOT="0"
15 LICENSE="FREEWARE"
16 IUSE=""
18 RDEPEND=""
20 src_install() {
21 dodir /opt/bin
23 into /opt
24 dobin phpsh/ansicolor.py
25 dobin phpsh/ctags.py
26 dobin phpsh/phpsh
27 dobin phpsh/phpsh.php