net-proxy/v2ray: fix file format
This commit is contained in:
parent
74f4a3e8e1
commit
f92136144b
@ -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
|
||||
|
||||
EAPI=8
|
||||
@ -6,24 +6,22 @@ EAPI=8
|
||||
inherit systemd go-module
|
||||
|
||||
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
|
||||
https://github.com/Puqns67/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz"
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~riscv"
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
BDEPEND="dev-lang/go"
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
RDEPEND="${DEPEND}
|
||||
!net-proxy/v2ray-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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user