Install this version:
emerge -a =net-proxy/yacd-meta-0.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/yacd-meta-0.4.0
Or alternatively:
emerge --autounmask-write -a =net-proxy/yacd-meta-0.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
_MY_PN="Yacd-meta"
DESCRIPTION="Yet Another Clash Dashboard"
HOMEPAGE="https://github.com/MetaCubeX/Yacd-meta"
SRC_URI="
https://github.com/MetaCubeX/Yacd-meta/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/gentoo-zh-drafts/${PN}/releases/download/v${PV}/${P}-node_modules.tar.xz
"
S="${WORKDIR}/${_MY_PN}-${PV}"
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 public/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yacd-meta-0.4.0-node_modules.tar.xz | 51629180 bytes | https://github.com/gentoo-zh-drafts/yacd-meta/releases/download/v0.4.0/yacd-meta-0.4.0-node_modules.tar.xz |
| DIST | yacd-meta-0.4.0.tar.gz | 1272832 bytes | https://github.com/MetaCubeX/Yacd-meta/archive/refs/tags/v0.4.0.tar.gz |