dev-util/frida-tools - 14.10.4 (pentoo)

Search

Install

Install this version:

emerge -a =dev-util/frida-tools-14.10.4

Package Information

Description:
Frida CLI tools
Homepage:
https://github.com/frida/frida-tools
License:
wxWinLL-3.1

Ebuild Details

Version EAPI Keywords Slot
14.10.4 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Frida CLI tools"
HOMEPAGE="https://github.com/frida/frida-tools"

LICENSE="wxWinLL-3.1"
SLOT="0"

KEYWORDS="amd64 ~arm64 x86"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
	>=virtual/frida-17.10.0[${PYTHON_USEDEP}]
	>=dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
	>=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0
	>=dev-python/pygments-2.0.2[${PYTHON_USEDEP}]
	dev-python/websockets[${PYTHON_USEDEP}]"

RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

	>=virtual/frida-17.10.0[]
	>=dev-python/colorama-0.2.7[]
	>=dev-python/prompt-toolkit-3.0.3[] <dev-python/prompt-toolkit-4.0.0
	>=dev-python/pygments-2.0.2[]
	dev-python/websockets[]