dev-util/jadx-bin - 1.4.5 (mva)

Search

Install

Install this version:

emerge -a =dev-util/jadx-bin-1.4.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/jadx-bin-1.4.5

Or alternatively:

emerge --autounmask-write -a =dev-util/jadx-bin-1.4.5

Package Information

Description:
Android Dex to Java Decompiler
Homepage:
https://github.com/skylot/jadx
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.4.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit java-utils-2

MY_PN="${PN//-bin}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Android Dex to Java Decompiler"
HOMEPAGE="https://github.com/skylot/jadx"
SRC_URI="https://github.com/skylot/${MY_PN}/releases/download/v${PV}/${MY_P}.zip"

S="${WORKDIR}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="virtual/jre:*"
DEPEND="
	${RDEPEND}
	!!dev-util/jadx
"
BDEPEND="app-arch/unzip"

src_install() {
	insinto /opt/jadx/lib/
	doins "${S}"/lib/*
	java-pkg_regjar "${D}"/opt/jadx/lib/*.jar
	java-pkg_dolauncher ${MY_PN} --main jadx.cli.JadxCLI
	java-pkg_dolauncher ${MY_PN}-gui --main jadx.gui.JadxGUI
}

Inherited Eclasses

Dependencies

DEPEND

	virtual/jre:*
	!!dev-util/jadx

RDEPEND

virtual/jre:*

BDEPEND

app-arch/unzip

Manifest for 1.4.5

Type File Size Source URLs
DIST jadx-1.4.5.zip 28349489 bytes https://github.com/skylot/jadx/releases/download/v1.4.5/jadx-1.4.5.zip