Github messages for voidlinux
 help / color / mirror / Atom feed
From: RunningDroid <RunningDroid@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: nextdns-1.37.11
Date: Wed, 12 Oct 2022 04:07:36 +0200	[thread overview]
Message-ID: <20221012020736.jlSDuP73OJWPxJQdhFJ7bc4Zi4KwwFxsXUUxDjoOzJk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39903@inbox.vuxu.org>

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

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

https://github.com/RunningDroid/void-packages nextdns
https://github.com/void-linux/void-packages/pull/39903

New package: nextdns-1.37.11
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Closes #19905
Based on #30603, which replaced #20022

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nextdns-39903.patch --]
[-- Type: text/x-diff, Size: 1470 bytes --]

From 8992700eac9b414c2a728858d1aa85cdb2f9af9f Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 11 Oct 2022 17:13:49 -0400
Subject: [PATCH] New package: nextdns-1.37.11

---
 srcpkgs/nextdns/files/nextdns/run |  3 +++
 srcpkgs/nextdns/template          | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/nextdns/files/nextdns/run
 create mode 100644 srcpkgs/nextdns/template

diff --git a/srcpkgs/nextdns/files/nextdns/run b/srcpkgs/nextdns/files/nextdns/run
new file mode 100644
index 000000000000..46041dc0e4b3
--- /dev/null
+++ b/srcpkgs/nextdns/files/nextdns/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec /usr/bin/nextdns run ${OPTS:--config-file /etc/nextdns.conf}
diff --git a/srcpkgs/nextdns/template b/srcpkgs/nextdns/template
new file mode 100644
index 000000000000..53b7897523ab
--- /dev/null
+++ b/srcpkgs/nextdns/template
@@ -0,0 +1,18 @@
+# Template file for 'nextdns'
+pkgname=nextdns
+version=1.37.11
+revision=1
+build_style=go
+go_import_path="github.com/nextdns/nextdns"
+go_ldflags="-X main.version=${version}"
+short_desc="NextDNS CLI client (DoH Proxy)"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://nextdns.io/"
+distfiles="https://github.com/nextdns/nextdns/archive/refs/tags/v${version}.tar.gz"
+checksum=f70cb424b0ae47456c8579d3910b486f75afde34572f28f8cf6eb1222e59b88b
+
+post_install() {
+	vsv nextdns
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-10-12  2:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12  1:14 [PR PATCH] " RunningDroid
2022-10-12  1:46 ` [PR REVIEW] " classabbyamp
2022-10-12  1:46 ` classabbyamp
2022-10-12  2:07 ` RunningDroid [this message]
2022-10-12  2:07 ` RunningDroid
2022-11-05 10:08 ` [PR PATCH] [Updated] " RunningDroid
2023-02-04  1:58 ` github-actions
2023-02-04 10:31 ` [PR PATCH] [Updated] " RunningDroid
2023-02-04 21:57 ` RunningDroid
2023-04-14  5:48 ` [PR PATCH] [Updated] New package: nextdns-1.39.4 RunningDroid
2023-04-14  5:51 ` RunningDroid
2023-06-24 13:41 ` [PR PATCH] [Merged]: " Duncaen

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=20221012020736.jlSDuP73OJWPxJQdhFJ7bc4Zi4KwwFxsXUUxDjoOzJk@z \
    --to=runningdroid@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).