1
0

dev-libs/v2ray-domain-list-community-bin: new package

This commit is contained in:
Puqns67 2023-05-28 21:19:51 +08:00
parent f92136144b
commit 01862d16a3
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST v2ray-domain-list-community-bin-20230525170625.dat.xz 157848 BLAKE2B 175044d49ce47e49fc6c733b16be3f4919d9183a06c1c98861cf5284a78c713b670d61b6baad38df477236f2e6618dc360401868e1b853774e36048b136e83da SHA512 e189f818ffbf7ad01f1c2ff9f86fd62f1a59149b80a5b0bcd03cd71082855249fcb62ce8b423d9a8c85751cec281316608276f42b932d702a299a93d1352ae67

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@puqns67.icu</email>
<name>Puqns67</name>
</maintainer>
<upstream>
<remote-id type="github">v2fly/domain-list-community</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,26 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Community managed domain list for V2Ray."
HOMEPAGE="https://github.com/v2fly/domain-list-community"
SRC_URI="https://github.com/v2fly/domain-list-community/releases/download/${PV}/dlc.dat.xz -> ${P}.dat.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
RESTRICT="mirror"
DEPEND=""
RDEPEND="${DEPEND}
!dev-libs/v2ray-domain-list-community"
BDEPEND=""
S="${WORKDIR}"
src_install() {
insinto /usr/share/v2ray
newins "${P}.dat" geosite.dat
}