mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
objection: new mobile tool
This commit is contained in:
parent
32923c82e6
commit
7163193075
7 changed files with 63 additions and 1 deletions
1
dev-python/delegator/Manifest
Normal file
1
dev-python/delegator/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST delegator.py-0.1.1.tar.gz 6260 BLAKE2B 2a5c70aa0e07390e801e69ba4ce130ea8da8d98f9dc6bc43e34fdf19386c0402c1d5ba128878c9c7b3bda9f99eeb6aab1b26160e8dab5a4945b411a7dffc9dcb SHA512 7af16f553fafc272056b1bd715ff41c821e0eeccfd6c5e5dcec819333373c9f7daaa95afe9b9aa796244f280869ccb1ddacb075b9fa196ed47a6699096abc143
|
||||
23
dev-python/delegator/delegator-0.1.1.ebuild
Normal file
23
dev-python/delegator/delegator-0.1.1.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Subprocesses for Humans 2.0"
|
||||
HOMEPAGE="https://pypi.org/project/delegator.py/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}.py/${PN}.py-${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}.py-${PV}"
|
||||
1
dev-util/objection/Manifest
Normal file
1
dev-util/objection/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST objection-1.4.1.tar.gz 2125011 BLAKE2B 9b03150d418bbd22ac5e049999a007a8ff0fac0fc73549dab8efecb87819ae0f3da327d74df68a71b0f053232e4039b04c90140278e931e3bc29e49b8dc7bd36 SHA512 dbdf706d7c230c4e7c4fc38c51c3227a32cd8bb91688813f8b23a2185e186a593736ca25ad0bc067b62737a821752a31bc342cb84ae1e89411e26525dba1cd69
|
||||
30
dev-util/objection/objection-1.4.1.ebuild
Normal file
30
dev-util/objection/objection-1.4.1.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{3_5,3_6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Runtime mobile exploration"
|
||||
HOMEPAGE="https://github.com/sensepost/objection"
|
||||
SRC_URI="https://github.com/sensepost/objection/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-util/frida-tools[${PYTHON_USEDEP}]
|
||||
dev-python/frida-python[${PYTHON_USEDEP}]
|
||||
dev-python/prompt_toolkit[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/delegator[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/jsbeautifier[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -20,6 +20,7 @@ KEYWORDS="amd64 arm x86"
|
|||
|
||||
PDEPEND="
|
||||
dev-util/frida-tools
|
||||
dev-util/objection
|
||||
android? ( !arm? ( dev-util/apktool
|
||||
dev-util/dex2jar
|
||||
dev-util/android-tools
|
||||
|
|
@ -31,8 +32,9 @@ PDEPEND="
|
|||
dev-python/androguard
|
||||
)
|
||||
)
|
||||
ios? ( pentoo-full? ( sys-devel/clang )
|
||||
ios? (
|
||||
app-pda/ideviceinstaller
|
||||
app-pda/ifuse
|
||||
app-pda/usbmuxd
|
||||
pentoo-full? ( sys-devel/clang )
|
||||
)"
|
||||
|
|
@ -287,3 +287,6 @@ dev-python/PyVirtualDisplay
|
|||
#required by net-analyzer/droopescan
|
||||
~dev-python/cement-2.10.0
|
||||
~dev-python/humanize-0.5.1
|
||||
|
||||
# required by dev-util/objection
|
||||
~dev-python/delegator-0.1.1
|
||||
|
|
|
|||
|
|
@ -42,3 +42,5 @@ dev-util/intel-ocl-sdk
|
|||
=dev-util/frida-tools-1*
|
||||
|
||||
dev-util/gn amd64
|
||||
|
||||
~dev-util/objection-1.4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue