1
0

net-proxy/v2ray: fix file format

This commit is contained in:
Puqns67 2023-05-28 21:18:33 +08:00
parent 74f4a3e8e1
commit f92136144b
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

View File

@ -1,4 +1,4 @@
# Copyright 2021-2022 Gentoo Authors # Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -6,24 +6,22 @@ EAPI=8
inherit systemd go-module inherit systemd go-module
DESCRIPTION="A platform for building proxies to bypass network restrictions." DESCRIPTION="A platform for building proxies to bypass network restrictions."
HOMEPAGE="https://github.com/v2fly/v2ray-core" HOMEPAGE="https://www.v2fly.org/"
SRC_URI="https://github.com/v2fly/v2ray-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz SRC_URI="https://github.com/v2fly/v2ray-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/Puqns67/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz" https://github.com/Puqns67/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz"
RESTRICT="mirror"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~riscv" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
IUSE=""
RESTRICT="mirror"
BDEPEND="dev-lang/go"
DEPEND="" DEPEND=""
RDEPEND=" RDEPEND="${DEPEND}
!net-proxy/v2ray-bin !net-proxy/v2ray-bin
dev-libs/v2ray-geoip-bin dev-libs/v2ray-geoip-bin
dev-libs/v2ray-domain-list-community-bin dev-libs/v2ray-domain-list-community-bin"
" BDEPEND="dev-lang/go"
S="${WORKDIR}/${PN}-core-${PV}" S="${WORKDIR}/${PN}-core-${PV}"