summaryrefslogtreecommitdiff
path: root/dev-libs/libphutil/libphutil-9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-01 04:27:25 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-04-01 05:39:55 +1100
commit1151cf61000a1b9e84960bc7ec7b1c1fc4528f69 (patch)
treee8d8ccda89b4645a059e404938a0b715eb74e729 /dev-libs/libphutil/libphutil-9999.ebuild
parente731c4e85d68b2f834fdf8967367860d3450d5f8 (diff)
downloadkde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.tar.gz
kde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.tar.bz2
kde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.zip
dev-libs/libphutil: new package
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libphutil/libphutil-9999.ebuild')
-rw-r--r--dev-libs/libphutil/libphutil-9999.ebuild23
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}"
+}