Github messages for voidlinux
 help / color / mirror / Atom feed
From: ketlrznt <ketlrznt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: v2ray-domain-list-community-20220809072217
Date: Thu, 11 Aug 2022 04:51:59 +0200	[thread overview]
Message-ID: <20220811025159.0M9j8MBmU5mURyi7l9vXZ6bNvVF6EE6PmcsMmPsdzqk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38582@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

There is an updated pull request by ketlrznt against master on the void-packages repository

https://github.com/ketlrznt/void-packages pkg/v2ray-domain-list-community
https://github.com/void-linux/void-packages/pull/38582

New package: v2ray-domain-list-community-20220809072217
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures
  - i686 (native masterdir)
  - i686 (crossbuild)

A patch file from https://github.com/void-linux/void-packages/pull/38582.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/v2ray-domain-list-community-38582.patch --]
[-- Type: text/x-diff, Size: 1550 bytes --]

From 46f417d6f4b7b7e25e0919b0a1c1a3a9f0f85551 Mon Sep 17 00:00:00 2001
From: ketlrznt <tansuanyinliao8888@gmail.com>
Date: Wed, 10 Aug 2022 20:47:22 +0800
Subject: [PATCH] New package: v2ray-domain-list-community-20220809072217

---
 srcpkgs/v2ray-domain-list-community/template | 32 ++++++++++++++++++++
 1 file changed, 32 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 000000000000..47be5b4360c4
--- /dev/null
+++ b/srcpkgs/v2ray-domain-list-community/template
@@ -0,0 +1,32 @@
+# Template file for 'v2ray-domain-list-community'
+pkgname=v2ray-domain-list-community
+version=20220809072217
+revision=1
+hostmakedepends="xz curl"
+short_desc="Community managed domain list for Project V"
+maintainer="ketlrznt <tansuanyinliao8888@gmail.com>"
+license="MIT"
+homepage="https://github.com/v2fly/domain-list-community"
+
+_file_name="dlc.dat.xz"
+
+distfiles="https://github.com/v2fly/domain-list-community/releases/download/${version}/${_file_name}"
+checksum=c2571f1be571c7b46f689a41f9c00409d39f5bc0da876e232ad0db6671e7e4cf
+
+pre_extract() {
+	mkdir -p $wrksrc
+	cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_file_name} ${wrksrc}
+}
+
+do_extract() {
+	xz -d dlc.dat.xz
+}
+
+do_install() {
+	vinstall dlc.dat 0644 usr/share/v2ray geosite.dat
+}
+
+post_install() {
+	curl https://raw.githubusercontent.com/v2fly/domain-list-community/master/LICENSE > LICENSE
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-08-11  2:51 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-10 14:21 [PR PATCH] New package: v2ray-domain-list-community ketlrznt
2022-08-10 14:21 ` ketlrznt
2022-08-10 14:22 ` ketlrznt
2022-08-10 14:23 ` ketlrznt
2022-08-10 14:26 ` [WIP] " ketlrznt
2022-08-10 14:27 ` ketlrznt
2022-08-10 14:42 ` [WIP] New package: v2ray-domain-list-community-20220809072217 ketlrznt
2022-08-10 14:45 ` ketlrznt
2022-08-10 14:46 ` ketlrznt
2022-08-10 14:52 ` ketlrznt
2022-08-10 19:54 ` classabbyamp
2022-08-10 23:37 ` [PR PATCH] [Updated] " ketlrznt
2022-08-10 23:38 ` ketlrznt
2022-08-10 23:39 ` ketlrznt
2022-08-11  0:41 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  0:46 ` [PR REVIEW] " ketlrznt
2022-08-11  0:50 ` ketlrznt
2022-08-11  1:13 ` classabbyamp
2022-08-11  2:15 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  2:21 ` [PR REVIEW] " ketlrznt
2022-08-11  2:21 ` ketlrznt
2022-08-11  2:24 ` classabbyamp
2022-08-11  2:30 ` ketlrznt
2022-08-11  2:30 ` ketlrznt
2022-08-11  2:31 ` classabbyamp
2022-08-11  2:38 ` ketlrznt
2022-08-11  2:38 ` ketlrznt
2022-08-11  2:39 ` ketlrznt
2022-08-11  2:44 ` ketlrznt
2022-08-11  2:51 ` ketlrznt [this message]
2022-08-11  2:57 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  3:07 ` classabbyamp
2022-08-11  3:14 ` ketlrznt
2022-08-11  3:17 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  3:21 ` ketlrznt
2022-08-11  4:34 ` ketlrznt
2022-10-19  8:53 ` [PR PATCH] [Closed]: " ketlrznt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220811025159.0M9j8MBmU5mURyi7l9vXZ6bNvVF6EE6PmcsMmPsdzqk@z \
    --to=ketlrznt@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).