dev-libs/v2ray-geoip-bin - 202607050337 (gentoo-zh)

Search

Notice: This package is in a virtual group: virtual/v2ray-geoip
Equivalents: dev-libs/v2ray-geoip

Install

Install this version:

emerge -a =dev-libs/v2ray-geoip-bin-202607050337

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

autounmask =dev-libs/v2ray-geoip-bin-202607050337

Or alternatively:

emerge --autounmask-write -a =dev-libs/v2ray-geoip-bin-202607050337

Package Information

Description:
GeoIP for V2Ray.
Homepage:
https://github.com/v2fly/geoip
License:
CC-BY-SA-4.0

Ebuild Details

Version EAPI Keywords Slot
202607050337 8 ~amd64 ~arm ~arm64 ~loong ~riscv ~x86 0
View Raw Ebuild
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="GeoIP for V2Ray."
HOMEPAGE="https://github.com/v2fly/geoip"
SRC_URI="https://github.com/v2fly/geoip/releases/download/${PV}/geoip.dat -> ${P}.dat"

S="${WORKDIR}"

LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"

src_install() {
	insinto /usr/share/geoip/
	newins "${DISTDIR}/${P}.dat" v2fly.dat
}

Manifest for 202607050337

Type File Size Source URLs
DIST v2ray-geoip-bin-202607050337.dat 22765206 bytes https://github.com/v2fly/geoip/releases/download/202607050337/geoip.dat