dev-util/react-native-decompiler - 0.2.4 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-util/react-native-decompiler-0.2.4

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

autounmask =dev-util/react-native-decompiler-0.2.4

Or alternatively:

emerge --autounmask-write -a =dev-util/react-native-decompiler-0.2.4

Package Information

Description:
Decompile React Native bundles.
Homepage:
https://github.com/numandev1/react-native-decompiler
License:
MIT AGPL-3+ Apache-2.0 BSD-2 BSD ISC

Ebuild Details

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

EAPI=8

inherit nodejs-mod

DESCRIPTION="Decompile React Native bundles."
HOMEPAGE="https://github.com/numandev1/react-native-decompiler"
SRC_URI="https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/${P}-node_modules.tar.xz"
S="${WORKDIR}/${P}"
LICENSE="MIT AGPL-3+ Apache-2.0 BSD-2 BSD ISC"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="net-libs/nodejs"

src_install() {
	nodejs-mod_src_install
	fperms 0755 "/usr/$(get_libdir)/node_modules/${PN}/node_modules/${PN}/out/main.js"
	dosym "../$(get_libdir)/node_modules/${PN}/node_modules/${PN}/out/main.js" "/usr/bin/${PN}"
}

Inherited Eclasses

Dependencies

RDEPEND

net-libs/nodejs

Manifest for 0.2.4

Type File Size Source URLs
DIST react-native-decompiler-0.2.4-node_modules.tar.xz 6262460 bytes https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/react-native-decompiler-0.2.4-node_modules.tar.xz