net-proxy/zashboard - 2.8.0 (gentoo-zh)

Search

Package Information

Description:
The Official Mihomo Dashboard
Homepage:
https://github.com/Zephyruso/zashboard
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.8.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="The Official Mihomo Dashboard"
HOMEPAGE="https://github.com/Zephyruso/zashboard"
SRC_URI="
	https://github.com/Zephyruso/zashboard/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-zh/gentoo-deps/releases/download/${P}/${P}-node_modules.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="net-libs/nodejs[npm]"

src_compile() {
	npm run build || die
}

src_install() {
	insinto /usr/share/"${PN}"
	doins -r dist/*
}

Dependencies

BDEPEND

net-libs/nodejs[npm]

Manifest for 2.8.0

Type File Size Source URLs
DIST zashboard-2.8.0-node_modules.tar.xz 84913392 bytes https://github.com/gentoo-zh/gentoo-deps/releases/download/zashboard-2.8.0/zashboard-2.8.0-node_modules.tar.xz
DIST zashboard-2.8.0.tar.gz 2021071 bytes https://github.com/Zephyruso/zashboard/archive/refs/tags/v2.8.0.tar.gz