From e6a10837f3e823e5b25510f57cb8095a8539d73a Mon Sep 17 00:00:00 2001 From: ketlrznt Date: Wed, 10 Aug 2022 20:47:22 +0800 Subject: [PATCH] New package: v2ray-domain-list-community-20220809072217 --- srcpkgs/v2ray-domain-list-community/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/v2ray-domain-list-community/template diff --git a/srcpkgs/v2ray-domain-list-community/template b/srcpkgs/v2ray-domain-list-community/template new file mode 100644 index 00000000000000..4ced325011aa4a --- /dev/null +++ b/srcpkgs/v2ray-domain-list-community/template @@ -0,0 +1,18 @@ +# Template file for 'v2ray-domain-list-community' +pkgname=v2ray-domain-list-community +version=20220809072217 +revision=1 +build_style=fetch +short_desc="Community managed domain list for Project V" +maintainer="ketlrznt " +license="MIT" +homepage="https://github.com/v2fly/domain-list-community" +distfiles="https://github.com/v2fly/domain-list-community/releases/download/${version}/dlc.dat + https://raw.githubusercontent.com/v2fly/domain-list-community/master/LICENSE" +checksum="fb7312ba36be5865b14858f44dff3dadf996eb5623bd23d63ead448feb40622d + b9d84a22870d3f21c91a4c6e410c9cc51d00902f5233ad0c84011479244bf7d2" + +do_install() { + vinstall dlc.dat 0644 usr/share/v2ray geosite.dat + vlicense LICENSE +}