add local overlay
This commit is contained in:
commit
4883c62e9a
68 changed files with 2719 additions and 0 deletions
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit autotools git-2
|
||||
|
||||
REV="master"
|
||||
DESCRIPTION="A DevTools proxy (WebKit Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector)"
|
||||
HOMEPAGE="https://github.com/google/{$PN}"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="git://github.com/google/${PN}.git"
|
||||
#SRC_URI="https://github.com/iSchluff/${PN}/archive/${REV}.zip"
|
||||
#EGIT_REPO_URI="git://github.com/iSchluff/${PN}.git"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="app-pda/libimobiledevice
|
||||
>=app-pda/libplist-1.12"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
eautoreconf
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue