diff options
Diffstat (limited to 'dev-libs/libphutil/libphutil-9999.ebuild')
| -rw-r--r-- | dev-libs/libphutil/libphutil-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild new file mode 100644 index 00000000000..a8063067115 --- /dev/null +++ b/dev-libs/libphutil/libphutil-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="A collection of PHP utility classes" +HOMEPAGE="https://github.com/phacility/libphutil" +EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" ) + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-lang/php" + +src_install() { + dodir /opt/${PN} + cp -a "${S}"/* "${D}/opt/${PN}" +} |
