mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
objection: add android deps
This commit is contained in:
parent
0a3947592b
commit
4cedca9fac
1 changed files with 11 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/sensepost/objection/archive/${PV}.tar.gz -> ${P}.tar
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="patchapk"
|
||||
|
||||
RDEPEND=">=dev-util/frida-tools-7.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/frida-python[${PYTHON_USEDEP}]
|
||||
|
|
@ -26,7 +26,16 @@ RDEPEND=">=dev-util/frida-tools-7.0.0[${PYTHON_USEDEP}]
|
|||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
>=dev-python/litecli-1.3.0[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs[npm]"
|
||||
net-libs/nodejs[npm]
|
||||
patchapk? (
|
||||
dev-util/android-tools
|
||||
virtual/jdk:*
|
||||
dev-util/apktool
|
||||
)"
|
||||
#https://github.com/sensepost/objection/wiki/Patching-Android-Applications#patching---dependencies
|
||||
#FIXME patchapk: missing aapt
|
||||
#patchipa
|
||||
#https://github.com/sensepost/objection/wiki/Patching-iOS-Applications#patching---dependencies
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue