net-proxy/v2ray-bin - 5.12.1 (waffle-builds)

Search

Install

Install this version:

emerge -a =net-proxy/v2ray-bin-5.12.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-proxy/v2ray-bin-5.12.1

Or alternatively:

emerge --autounmask-write -a =net-proxy/v2ray-bin-5.12.1

Package Information

Description:
V2Ray proxy platform binary used by IVPN
Homepage:
https://www.v2fly.org/ https://github.com/v2fly/v2ray-core
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="V2Ray proxy platform binary used by IVPN"
HOMEPAGE="https://www.v2fly.org/ https://github.com/v2fly/v2ray-core"
SRC_URI="amd64? ( https://github.com/v2fly/v2ray-core/releases/download/v${PV}/v2ray-linux-64.zip -> ${P}-linux-amd64.zip )"
S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"

BDEPEND="app-arch/unzip"

QA_PREBUILT="usr/bin/v2ray"

src_install() {
	insinto /usr/bin
	doins v2ray
	fperms 0755 /usr/bin/v2ray
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 5.12.1

Type File Size Source URLs
DIST v2ray-bin-5.12.1-linux-amd64.zip 14411930 bytes https://github.com/v2fly/v2ray-core/releases/download/v5.12.1/v2ray-linux-64.zip