Install this version:
emerge -a =net-misc/apifox-2.8.35
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/apifox-2.8.35
Or alternatively:
emerge --autounmask-write -a =net-misc/apifox-2.8.35
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.8.35 | 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="API 文档、API 调试、API Mock、API 自动化测试"
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="strip mirror"
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.35-amd64.zip | 269148634 bytes | https://file-assets.apifox.com/download/Apifox-linux-latest.zip |