pentoo-overlay/pentoo/pentoo-mobile/pentoo-mobile-2020.3.ebuild
2020-11-07 11:17:40 +08:00

45 lines
957 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Pentoo mobile meta ebuild"
HOMEPAGE="http://www.pentoo.ch"
SLOT="0"
LICENSE="GPL-3"
IUSE="+android +ios pentoo-extra pentoo-full"
KEYWORDS="~amd64 ~x86"
#projects to add?
#https://github.com/504ensicslabs/lime
#https://github.com/mwrlabs/drozer
#https://github.com/mwrlabs/needle
#https://github.com/JesusFreke/smali
#dev-util/qark
PDEPEND="dev-util/frida-tools
pentoo-full? (
dev-util/dwarf-debugger
dev-util/objection
dev-util/lief
)
android? ( dev-util/apktool
dev-util/dex2jar
dev-util/android-tools
pentoo-full? (
dev-util/appmon
dev-python/apkid
app-misc/gplaycli
dev-util/android-sdk-build-tools
dev-util/androguard
)
pentoo-extra? (
dev-util/android-sdk-update-manager
)
)
ios? (
app-pda/ideviceinstaller
app-pda/ifuse
app-pda/usbmuxd
pentoo-full? ( sys-devel/clang )
)"