remove ia64 keywords
[gentoo-zh.git] / net-proxy / metacubexd / metacubexd-1.176.0.ebuild
blobd6d014cb29e89894afad3fdcf21b668b5ef5013e
1 # Copyright 2023-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="The Official Mihomo Dashboard"
7 HOMEPAGE="https://github.com/MetaCubeX/metacubexd"
8 SRC_URI="
9 https://github.com/MetaCubeX/metacubexd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
10 https://github.com/peeweep/gentoo-go-deps/releases/download/${P}/${P}-node_modules.tar.xz
13 LICENSE="MIT"
14 SLOT="0"
15 KEYWORDS="~amd64"
17 BDEPEND="net-libs/nodejs[npm]"
19 src_compile() {
20 npm run build || die
23 src_install() {
24 insinto /usr/share/"${PN}"
25 doins -r dist/*