summaryrefslogtreecommitdiff
path: root/dev-util/arcanist/arcanist-9999.ebuild
blob: f22dff61f1b3a2cd99fae12bafc47c2093c6b285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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[cli,curl]
	dev-libs/libphutil
"

src_install() {
	dodir /opt/${PN}
	cp -a "${S}"/* "${D}/opt/${PN}"
	dosym ../../opt/${PN}/bin/arc /usr/bin/arc
}