Github messages for voidlinux
 help / color / mirror / Atom feed
From: ketlrznt <ketlrznt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: v2ray-domain-list-community
Date: Wed, 10 Aug 2022 16:21:26 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38582@inbox.vuxu.org> (raw)

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

There is a new 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
#### 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)

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: 1440 bytes --]

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

---
 srcpkgs/v2ray-domain-list-community/template | 20 ++++++++++++++++++++
 1 file changed, 20 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..fb921c04ab56
--- /dev/null
+++ b/srcpkgs/v2ray-domain-list-community/template
@@ -0,0 +1,20 @@
+# Template file for 'v2ray-domain-list-community'
+pkgname=v2ray-domain-list-community
+version=20220809072217
+revision=1
+wrksrc="domain-list-community-${version}"
+build_style=go
+go_import_path="github.com/v2fly/domain-list-community"
+short_desc="Community managed domain list for Project V"
+maintainer="ketlrznt <tansuanyinliao8888@gmail.com>"
+license="MIT"
+homepage="https://github.com/v2fly/domain-list-community"
+distfiles="https://github.com/v2fly/domain-list-community/archive/refs/tags/${version}.tar.gz"
+checksum=3583a9dd91ee9d2f514e5ee49360c579ae52d2a3b1f4693ebd6bc0e819cabfe0
+
+post_install() {
+	${GOPATH}/bin/domain-list-community --datapath=${wrksrc}/data --outputname geosite.dat
+	vinstall geosite.dat 0644 usr/share/v2ray
+	rm ${DESTDIR}/usr/bin/domain-list-community
+	vlicense LICENSE
+}

             reply	other threads:[~2022-08-10 14:21 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-10 14:21 ketlrznt [this message]
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 ` [PR PATCH] [Updated] " ketlrznt
2022-08-11  2:57 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38582@inbox.vuxu.org \
    --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).