Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: godns-3.0.4
@ 2023-12-31 19:30 johndo100
  2023-12-31 19:41 ` icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: johndo100 @ 2023-12-31 19:30 UTC (permalink / raw)
  To: ml

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

There is a new 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 f90cb5e45eb5af8c7a6ded88c63fbd8c5c00bb0b 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.4

---
 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
+}

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

* Re: New package: godns-3.0.4
  2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
@ 2023-12-31 19:41 ` icp1994
  2024-01-05 16:59 ` [PR PATCH] [Updated] " johndo100
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-12-31 19:41 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48012#issuecomment-1873024120

Comment:
It's a compiled Go binary so should conform to the requirements.

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

* Re: [PR PATCH] [Updated] New package: godns-3.0.4
  2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
  2023-12-31 19:41 ` icp1994
@ 2024-01-05 16:59 ` johndo100
  2024-01-06  4:14 ` johndo100
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: johndo100 @ 2024-01-05 16:59 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: New package: godns-3.0.4
  2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
  2023-12-31 19:41 ` icp1994
  2024-01-05 16:59 ` [PR PATCH] [Updated] " johndo100
@ 2024-01-06  4:14 ` johndo100
  2024-01-06  4:15 ` [PR PATCH] [Updated] " johndo100
  2024-04-05  3:37 ` [PR PATCH] [Closed]: " johndo100
  4 siblings, 0 replies; 6+ messages in thread
From: johndo100 @ 2024-01-06  4:14 UTC (permalink / raw)
  To: ml

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

New comment by johndo100 on void-packages repository

https://github.com/void-linux/void-packages/pull/48012#issuecomment-1879531115

Comment:
Sorry, I forgot to commit last change to 3.0.5.
I'll commit and push again.

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

* Re: [PR PATCH] [Updated] New package: godns-3.0.4
  2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
                   ` (2 preceding siblings ...)
  2024-01-06  4:14 ` johndo100
@ 2024-01-06  4:15 ` johndo100
  2024-04-05  3:37 ` [PR PATCH] [Closed]: " johndo100
  4 siblings, 0 replies; 6+ messages in thread
From: johndo100 @ 2024-01-06  4:15 UTC (permalink / raw)
  To: ml

[-- 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 5771f6b83ff5d370471764886ce7bd04b70c9a82 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..5f1805b9d87d9
--- /dev/null
+++ b/srcpkgs/godns/template
@@ -0,0 +1,21 @@
+# Template file for 'godns'
+pkgname=godns
+version=3.0.5
+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=fbfc05fa8b7f2d93cef5058d5c36582df0ef28b4913e6ba3969c95847a822766
+
+post_patch() {
+	vsed -e "s,0.1,${version},g" -i ${wrksrc}/cmd/godns/godns.go
+}
+
+post_install() {
+	vsconf configs/config_sample.json config.json
+}

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

* Re: [PR PATCH] [Closed]: New package: godns-3.0.4
  2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
                   ` (3 preceding siblings ...)
  2024-01-06  4:15 ` [PR PATCH] [Updated] " johndo100
@ 2024-04-05  3:37 ` johndo100
  4 siblings, 0 replies; 6+ messages in thread
From: johndo100 @ 2024-04-05  3:37 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: godns-3.0.4
https://github.com/void-linux/void-packages/pull/48012

Description:
#### 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)


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

end of thread, other threads:[~2024-04-05  3:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-31 19:30 [PR PATCH] New package: godns-3.0.4 johndo100
2023-12-31 19:41 ` icp1994
2024-01-05 16:59 ` [PR PATCH] [Updated] " johndo100
2024-01-06  4:14 ` johndo100
2024-01-06  4:15 ` [PR PATCH] [Updated] " johndo100
2024-04-05  3:37 ` [PR PATCH] [Closed]: " johndo100

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