Install this version:
emerge -a =app-misc/inoxunpack-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/inoxunpack-9999
Or alternatively:
emerge --autounmask-write -a =app-misc/inoxunpack-9999
# Copyright 2020-2024 Robert Günzler
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="downloads extensions from the chrome webstore and unpacks them"
HOMEPAGE="https://github.com/gcarq/inoxunpack"
inherit git-r3
EGIT_REPO_URI="https://github.com/gcarq/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
newbin inoxunpack.py inoxunpack
}