remove ia64 keywords
[gentoo-zh.git] / net-misc / apifox / apifox-2.5.19-r1.ebuild
blob8a99acb7ecfc8830097b577552b41cf2915ee544
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 S="${WORKDIR}"
15 LICENSE="all-rights-reserved"
17 SLOT="0"
18 KEYWORDS="~amd64"
20 RESTRICT="strip mirror"
22 BDEPEND="
23 app-arch/unzip
24 sys-fs/fuse:0
27 src_install() {
28 into /opt/apifox
29 dobin "${S}/Apifox.AppImage"
30 domenu "${FILESDIR}/apifox.desktop"
31 doicon -s scalable "${FILESDIR}/apifox.svg"