Install this version:
emerge -a =net-proxy/zashboard-3.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/zashboard-3.5.1
Or alternatively:
emerge --autounmask-write -a =net-proxy/zashboard-3.5.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.1 | 8 | ~amd64 | 0 |
# 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/liangyongxiang/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/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zashboard-3.5.1-node_modules.tar.xz | 87948420 bytes | https://github.com/liangyongxiang/gentoo-deps/releases/download/zashboard-3.5.1/zashboard-3.5.1-node_modules.tar.xz |
| DIST | zashboard-3.5.1.tar.gz | 2039995 bytes | https://github.com/Zephyruso/zashboard/archive/refs/tags/v3.5.1.tar.gz |