Install this version:
emerge -a =net-misc/apifox-2.8.43
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/apifox-2.8.43
Or alternatively:
emerge --autounmask-write -a =net-misc/apifox-2.8.43
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.8.43 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop xdg unpacker
DESCRIPTION="Platform for API design, debugging, testing, and documentation"
HOMEPAGE="https://apifox.com/"
SRC_URI="
amd64? ( https://file-assets.apifox.com/download/Apifox-linux-latest.zip -> ${P}-amd64.zip )
"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip"
RDEPEND="sys-fs/fuse:0"
BDEPEND="app-arch/unzip"
src_install() {
into /opt/apifox
dobin "${S}/Apifox.AppImage"
domenu "${FILESDIR}/apifox.desktop"
doicon -s scalable "${FILESDIR}/apifox.svg"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | apifox-2.8.43-amd64.zip | 266529601 bytes | https://file-assets.apifox.com/download/Apifox-linux-latest.zip |