net-proxy/mihomo-party-bin: drop 1.6.0

Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
jinqiang zhang 2025-04-02 16:45:31 +08:00
parent 2d3b31606f
commit 5f0368dee4
2 changed files with 0 additions and 50 deletions

View File

@ -1,2 +1 @@
DIST mihomo-party-linux-1.6.0-amd64.deb 108602084 BLAKE2B 0fdabf6f730f194584af967c9c25011b08ca81cb08f22f80478c38d1593050558695ad8ddf264ed09e2816393cf8161564b4de9e336a65cb522c1d8c286e253a SHA512 ba6e99ab4fca911a3f0e136e904bd96ce4b8024fa49a3d53455cb16e35be34bcac25845a7b64cbe71217eec1781c0cfc066888df9f731ba525caa5938893e98e
DIST mihomo-party-linux-1.7.1-amd64.deb 109494022 BLAKE2B 64e58f7ee044cf1a1d090178a1a471f2d5424d7df5c3a38e6c0d90cf146a5058722b132b1ef1a000353c3cd865eb944f75889ca344a190c2c66ee7c2209a3f51 SHA512 62da6f77a9b399e5b45a6cd37c856ad011ac8346567d69352e3bcaae7b174befb601123905af6ffc124036f0a3e6eec48cb0328aa53ab9cfa70e400b8dd0a9a9

View File

@ -1,49 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop xdg unpacker
DESCRIPTION="Mihomo Party"
HOMEPAGE="
https://mihomo.party
https://github.com/mihomo-party-org/mihomo-party
"
SRC_URI="https://github.com/mihomo-party-org/mihomo-party/releases/download/v${PV}/mihomo-party-linux-${PV}-amd64.deb"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+tun"
DEPEND="
dev-libs/nss
media-libs/alsa-lib
media-libs/mesa
net-print/cups
x11-libs/gtk+:3
x11-libs/libdrm
x11-libs/libxkbcommon
"
RESTRICT="strip"
QA_PREBUILT="*"
src_install() {
domenu usr/share/applications/mihomo-party.desktop
doicon -s 512 usr/share/icons/hicolor/512x512/apps/mihomo-party.png
insinto /opt/
doins -r opt/mihomo-party
fperms +x /opt/mihomo-party/chrome-sandbox
fperms +x /opt/mihomo-party/chrome_crashpad_handler
fperms +x /opt/mihomo-party/mihomo-party
fperms +x /opt/mihomo-party/resources/sidecar/mihomo
fperms +x /opt/mihomo-party/resources/sidecar/mihomo-alpha
if use tun; then
fperms +s /opt/mihomo-party/resources/sidecar/mihomo
fperms +s /opt/mihomo-party/resources/sidecar/mihomo-alpha
fi
}