Github messages for voidlinux
 help / color / mirror / Atom feed
From: johndo100 <johndo100@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: godns-3.0.4
Date: Fri, 05 Jan 2024 17:59:42 +0100	[thread overview]
Message-ID: <20240105165942.l_QDLe4ZK2M2Id-DOOcras_sIegMHyT94gZy87smzKo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48012@inbox.vuxu.org>

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

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

https://github.com/johndo100/void-packages godns
https://github.com/void-linux/void-packages/pull/48012

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

#### Note
- GoDNS is a good dynamic DNS (DDNS) client tool. The config file is very simple. It support many DNS Providers and notify methods.
- It's nice to have.

#### Local build testing
- I built this PR locally for my native architecture, (AMD64-LIBC)


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

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

From c78195ad34f86d26d2d9d2be0d1eb091e2dce8ee Mon Sep 17 00:00:00 2001
From: John Do <john@osaigon.com>
Date: Mon, 1 Jan 2024 02:11:34 +0700
Subject: [PATCH] New package: godns-3.0.5

---
 srcpkgs/godns/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/godns/template

diff --git a/srcpkgs/godns/template b/srcpkgs/godns/template
new file mode 100644
index 0000000000000..303b79ae4a100
--- /dev/null
+++ b/srcpkgs/godns/template
@@ -0,0 +1,21 @@
+# Template file for 'godns'
+pkgname=godns
+version=3.0.4
+revision=1
+build_style=go
+go_import_path=github.com/TimothyYe/godns
+go_package="${go_import_path}/cmd/godns"
+short_desc="Dynamic DNS (DDNS) client tool written in Go"
+maintainer="John Do <john@osaigon.com>"
+license="Apache-2.0"
+homepage="https://github.com/TimothyYe/godns"
+distfiles="https://github.com/TimothyYe/godns/archive/v${version}.tar.gz"
+checksum=1874ac383aaa5d218158ae8862a228307773432479dfd2e22c62d941f372a1ff
+
+post_patch() {
+	vsed -e "s,0.1,${version},g" -i ${wrksrc}/cmd/godns/godns.go
+}
+
+post_install() {
+	vsconf configs/config_sample.json config.json
+}

  parent reply	other threads:[~2024-01-05 16:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31 19:30 [PR PATCH] " johndo100
2023-12-31 19:41 ` icp1994
2024-01-05 16:59 ` johndo100 [this message]
2024-01-06  4:14 ` johndo100
2024-01-06  4:15 ` [PR PATCH] [Updated] " johndo100
2024-04-05  3:37 ` [PR PATCH] [Closed]: " johndo100

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=20240105165942.l_QDLe4ZK2M2Id-DOOcras_sIegMHyT94gZy87smzKo@z \
    --to=johndo100@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).