net-proxy/yacd-meta - 0.3.8 (gentoo-zh)

Search

Package Information

Description:
Yet Another Clash Dashboard
Homepage:
https://github.com/MetaCubeX/Yacd-meta
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.8 8 ~amd64 0
View Raw Ebuild
# 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/gentoo-deps/releases/download/${P}/${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/*
}

Dependencies

BDEPEND

net-libs/nodejs[npm]

Manifest for 0.3.8

Type File Size Source URLs
DIST yacd-meta-0.3.8-node_modules.tar.xz 42052644 bytes https://github.com/Gentoo-zh/gentoo-deps/releases/download/yacd-meta-0.3.8/yacd-meta-0.3.8-node_modules.tar.xz
DIST yacd-meta-0.3.8.tar.gz 1229175 bytes https://github.com/MetaCubeX/Yacd-meta/archive/refs/tags/v0.3.8.tar.gz