pentoo-mobile-2026.1pentoo
download
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo mobile meta ebuild"
HOMEPAGE="https://www.pentoo.org"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+android +ios pentoo-extra pentoo-full"
#projects to add?
#https://github.com/504ensicslabs/lime
#https://github.com/mwrlabs/drozer
#https://github.com/mwrlabs/needle
#https://github.com/JesusFreke/smali
PDEPEND="dev-util/frida-tools
pentoo-full? (
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/androguard
)
)
ios? (
app-pda/pymobiledevice3
app-pda/ideviceinstaller
app-pda/ifuse
app-pda/usbmuxd
)"