Skip to content

Commit

Permalink
net-proxy/clash-verge-bin: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gouwazi authored and liangyongxiang committed Nov 23, 2024
1 parent b956a5f commit 90cc44b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-proxy/clash-verge-bin/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DIST Clash.Verge_2.0.0_amd64.deb 44155132 BLAKE2B 5e8649617d0167c9da7cc3ad6f3f772849194817f0b378982ddc341658ec6fecaeef69260295e10879456e67461c2959e51bd06360c7fb1601987f7de3d35917 SHA512 51adf38d53eb26de6b7ec74b19f808a99cdb3b6447e48e1781ad6115903a368665768dcc71cab0b000afe060dc29b1e25c24b369cb7efb8f9ff2b849976d6ad6
DIST Clash.Verge_2.0.0_arm64.deb 41889112 BLAKE2B 2240d58935d6cf81e3925c66d29fcf163f6bf65a1a0bdc1aad46c21a946a1021e8137a5feab07ead1fff78e9fda36a6a29ab739ffaa6df6de0f5d13eda66a028 SHA512 19e4d171f76677a790c3a8c83810ab1484450a92b783f02ba9bdecb67f4421db5c5a04f17eda0f873d3d2ae3984b59a81f7b274e6ade81f87da343b7845a5120
DIST clash-verge_1.6.0_amd64.deb 43532710 BLAKE2B cd603d8f7fd0e84de895a06bbdad7205435cc71a075b7cd43a060010634564b9d0e25e3e6952e017d480f255a63219c65aa66a4408730b293c7bfab420ba61ef SHA512 4e17e319a5d83bc35967c204f91dc270e3061009fa3a3a6175090c28e89d81959036abce9f29280e56b470e954feb872714abd8583dc23800f9e7659b68172c1
DIST clash-verge_1.6.0_arm64.deb 42036378 BLAKE2B ca99c2e29604c9fd62471ad77d2897adbe56472a0c6a4e7611fb9a86201b2e9510803bfe3103c02d69264f6a8c83c1fdc92be42b96be4f18dd8731793750bf52 SHA512 161ed9865292f7fc9ab38509caae58c48010bf25d030e322f7d1e0f41a803469154fa9b6b3d1d5072f417d2a70f1a4551aee314a8bf0c92e393fa34e2a5e866f
DIST clash-verge_1.6.4_amd64.deb 43581684 BLAKE2B 520f02299115efb25ac070abc03324af829c5245b2776e8f6b15c5ccee29f5868fb553d37f82582c7183cf32d4ec49ac74d6f1b8cd8310ef35a518e50d2629e8 SHA512 c3d7004039085c54729703af262791b90afae3ddab17572899766fa6fc29997cb17543a3c6c692e2a5642ecc5a53e1b72b1276e141c452f95932c587b055e353
Expand Down
38 changes: 38 additions & 0 deletions net-proxy/clash-verge-bin/clash-verge-bin-2.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop unpacker xdg

DESCRIPTION="(Continuation) of Clash Meta GUI based on Tauri. "
HOMEPAGE="https://github.com/clash-verge-rev/clash-verge-rev"
SRC_URI="
amd64? ( https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${PV}/Clash.Verge_${PV}_amd64.deb )
arm64? ( https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v${PV}/Clash.Verge_${PV}_arm64.deb )
"

S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

DEPEND="
dev-libs/libayatana-appindicator
net-libs/webkit-gtk:4.1
dev-libs/openssl:0/3
"

RDEPEND="${DEPEND}"

src_install(){
dobin "${S}"/usr/bin/clash-verge
dobin "${S}"/usr/bin/verge-mihomo
dobin "${S}"/usr/bin/verge-mihomo-alpha
insinto /usr/lib/clash-verge
doins -r "${S}"/usr/lib/Clash\ Verge/resources
domenu usr/share/applications/Clash\ Verge.desktop
doicon -s 128 usr/share/icons/hicolor/128x128/apps/${PN/-bin}.png
doicon -s 256 usr/share/icons/hicolor/256x256@2/apps/${PN/-bin}.png
doicon -s 32 usr/share/icons/hicolor/32x32/apps/${PN/-bin}.png
}

0 comments on commit 90cc44b

Please sign in to comment.