net-proxy/flclash-bin - 0.8.92 (gentoo-zh)

Search

Package Information

Description:
A multi-platform proxy client based on ClashMeta
Homepage:
https://github.com/chen08209/FlClash
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.8.92 8 -* ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop unpacker xdg

DESCRIPTION="A multi-platform proxy client based on ClashMeta"
HOMEPAGE="https://github.com/chen08209/FlClash"
SRC_URI="
	amd64? ( https://github.com/chen08209/FlClash/releases/download/v${PV}/FlClash-${PV}-linux-amd64.deb )
	arm64? ( https://github.com/chen08209/FlClash/releases/download/v${PV}/FlClash-${PV}-linux-arm64.deb )
"
S="${WORKDIR}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"

RDEPEND="
	dev-libs/libayatana-appindicator
	dev-libs/keybinder
	x11-apps/xmessage
	x11-libs/libX11
	x11-libs/libXmu
"

QA_PRESTRIPPED="
	/opt/FlClash/FlClashCore
	/opt/FlClash/lib/libapp.so
"

src_install() {
	sed -i '/^Version=/d' usr/share/applications/FlClash.desktop
	domenu usr/share/applications/FlClash.desktop
	doicon -s 128 usr/share/icons/hicolor/128x128/apps/FlClash.png
	doicon -s 256 usr/share/icons/hicolor/256x256/apps/FlClash.png

	insinto /opt/FlClash
	doins usr/share/FlClash/FlClashCore
	doins usr/share/FlClash/FlClash
	doins -r usr/share/FlClash/lib
	doins -r usr/share/FlClash/data

	fperms +x /opt/FlClash/FlClashCore
	fperms +x /opt/FlClash/FlClash

	dosym ../../opt/FlClash/FlClash /usr/bin/FlClash
}

Dependencies

RDEPEND

	dev-libs/libayatana-appindicator
	dev-libs/keybinder
	x11-apps/xmessage
	x11-libs/libX11
	x11-libs/libXmu

Manifest for 0.8.92

Type File Size Source URLs
DIST FlClash-0.8.92-linux-amd64.deb 42027464 bytes https://github.com/chen08209/FlClash/releases/download/v0.8.92/FlClash-0.8.92-linux-amd64.deb
DIST FlClash-0.8.92-linux-arm64.deb 40279516 bytes https://github.com/chen08209/FlClash/releases/download/v0.8.92/FlClash-0.8.92-linux-arm64.deb