summaryrefslogtreecommitdiff
path: root/dev-util/arcanist/arcanist-9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-01 04:50:03 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-04-01 05:39:55 +1100
commite8b92744c8e1a320c9b9b5b6d7c3604e03ef4b31 (patch)
treecd7a0d8a2bd725c3c623665c491bfb8124af4598 /dev-util/arcanist/arcanist-9999.ebuild
parent1151cf61000a1b9e84960bc7ec7b1c1fc4528f69 (diff)
downloadkde-e8b92744c8e1a320c9b9b5b6d7c3604e03ef4b31.tar.gz
kde-e8b92744c8e1a320c9b9b5b6d7c3604e03ef4b31.tar.bz2
kde-e8b92744c8e1a320c9b9b5b6d7c3604e03ef4b31.zip
dev-util/arcanist: new package
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-util/arcanist/arcanist-9999.ebuild')
-rw-r--r--dev-util/arcanist/arcanist-9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/arcanist/arcanist-9999.ebuild b/dev-util/arcanist/arcanist-9999.ebuild
new file mode 100644
index 00000000000..43041b614c6
--- /dev/null
+++ b/dev-util/arcanist/arcanist-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Command line interface for Phabricator"
+HOMEPAGE="https://github.com/phacility/arcanist"
+EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ dev-lang/php
+ dev-libs/libphutil
+"
+
+src_install() {
+ dodir /opt/${PN}
+ cp -a "${S}"/* "${D}/opt/${PN}"
+ dosym /opt/${PN}/bin/arc /usr/bin/arc
+}