Install this version:
emerge -a =net-misc/exodus-24.27.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/exodus-24.27.3
Or alternatively:
emerge --autounmask-write -a =net-misc/exodus-24.27.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 24.27.3 | 7 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker xdg
DESCRIPTION="Cryptocurrency Wallet"
HOMEPAGE="https://www.exodus.com/"
SRC_URI="https://downloads.exodus.com/releases/exodus-linux-x64-${PV}.deb"
S="${WORKDIR}"
LICENSE="all-rights-reserved no-source-code"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
src_install() {
mv "${S}/usr/share/doc/exodus" "${S}/usr/share/doc/${P}"
mkdir "${S}"/opt
mv "${S}"/usr/lib/exodus "${S}"/opt
cp -a "${S}"/* "${D}" || die
dosym ../../opt/exodus/Exodus /usr/bin/exodus
fperms 4755 "/opt/exodus/chrome-sandbox"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | exodus-linux-x64-24.27.3.deb | 189396420 bytes | https://downloads.exodus.com/releases/exodus-linux-x64-24.27.3.deb |