Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nextdns-1.37.11
@ 2022-10-12  1:14 RunningDroid
  2022-10-12  1:46 ` [PR REVIEW] " classabbyamp
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: RunningDroid @ 2022-10-12  1:14 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1530 bytes --]

From b489c921bda47fcfbd07515e0f16a0b918028155 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          | 21 +++++++++++++++++++++
 2 files changed, 24 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..c302eac3389e
--- /dev/null
+++ b/srcpkgs/nextdns/template
@@ -0,0 +1,21 @@
+# Template file for 'nextdns'
+pkgname=nextdns
+version=1.37.11
+revision=1
+build_style=go
+go_import_path="github.com/nextdns/nextdns"
+short_desc="NextDNS CLI client (DoH Proxy)"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="MIT"
+homepage="https://nextdns.io/"
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=f70cb424b0ae47456c8579d3910b486f75afde34572f28f8cf6eb1222e59b88b
+
+post_patch() {
+	vsed -i main.go -e "s/version  = \"dev\"/version  = \"${version}\"/"
+}
+
+post_install() {
+	vsv nextdns
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-06-24 13:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  1:14 [PR PATCH] New package: nextdns-1.37.11 RunningDroid
2022-10-12  1:46 ` [PR REVIEW] " classabbyamp
2022-10-12  1:46 ` classabbyamp
2022-10-12  2:07 ` [PR PATCH] [Updated] " RunningDroid
2022-10-12  2:07 ` [PR REVIEW] " 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

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).