net-misc/apifox - 2.8.22 (gentoo-zh)

Search

Package Information

Description:
API 文档、API 调试、API Mock、API 自动化测试
Homepage:
https://apifox.com/
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
2.8.22 8 ~amd64 0
View Raw Ebuild
# 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"
}

Dependencies

RDEPEND

sys-fs/fuse:0

BDEPEND

app-arch/unzip

Manifest for 2.8.22

Type File Size Source URLs
DIST apifox-2.8.22-amd64.zip 259787888 bytes https://file-assets.apifox.com/download/Apifox-linux-latest.zip