# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 NONFATAL_VERIFY=1 inherit go-module systemd DESCRIPTION="A platform for building proxies to bypass network restrictions." HOMEPAGE="https://github.com/v2fly/v2ray-core" SRC_URI="https://github.com/v2fly/v2ray-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/rjnd1/v2ray-core-vendor/archive/refs/tags/v${PV}.tar.gz -> ${P}-vendor.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+tool" BDEPEND=" >=dev-lang/go-1.19:=