dev-libs/v2ray-rules-dat: add 202310262208, drop 202309062208
[gentoo-zh.git] / net-misc / apifox / apifox-2.3.20.ebuild
blob86b60c9e7e2e3c729fb8d02146e8eaee191b30f6
1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit desktop xdg
8 DESCRIPTION="API 文档、API 调试、API Mock、API 自动化测试"
9 HOMEPAGE="https://www.apifox.cn/"
10 SRC_URI="
11 amd64? ( https://cdn.apifox.cn/download/Apifox-linux-latest.zip -> ${P}-amd64.zip )
14 LICENSE="all-rights-reserved"
16 SLOT="0"
17 KEYWORDS="~amd64"
19 RESTRICT="binchecks strip"
21 BDEPEND="
22 app-arch/unzip
23 sys-fs/fuse:0
26 S="${WORKDIR}"
28 src_install() {
29 into /opt/apifox
30 dobin "${S}/Apifox.AppImage"
31 domenu "${FILESDIR}/apifox.desktop"
32 doicon -s scalable "${FILESDIR}/apifox.svg"