Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: doggo-1.0.4
@ 2024-08-06 21:51 klardotsh
  2024-10-01  3:12 ` [PR PATCH] [Updated] " klardotsh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: klardotsh @ 2024-08-06 21:51 UTC (permalink / raw)
  To: ml

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

There is a new pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/doggo
https://github.com/void-linux/void-packages/pull/51699

New package: doggo-1.0.4
Resolves #36949 (given `dog` itself is unmaintained, but this is a maintained semi-equivalent, as discussed in the thread).

The upstream README alludes to the MIT license, which is incorrect. The license in the repo is indeed GPL-3.0. I did not see an "or later" clause on a quick skim, so went with the `-only` SPDF.

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

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

From 03ad6acb6b11dfdb8c40f41d352748c787bcfadb Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Tue, 6 Aug 2024 14:48:22 -0700
Subject: [PATCH] New package: doggo-1.0.4

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

diff --git a/srcpkgs/doggo/template b/srcpkgs/doggo/template
new file mode 100644
index 00000000000000..7c9b7d044ec9e9
--- /dev/null
+++ b/srcpkgs/doggo/template
@@ -0,0 +1,14 @@
+# Template file for 'doggo'
+pkgname=doggo
+version=1.0.4
+revision=1
+build_style=go
+go_import_path=github.com/mr-karan/doggo
+go_package="${go_import_path}/cmd/doggo"
+go_ldflags="-X main.Version=${version}"
+short_desc="Command-line DNS client for humans"
+maintainer="klardotsh <josh@klar.sh>"
+license="GPL-3.0-only"
+homepage="https://github.com/mr-karan/doggo"
+distfiles="https://github.com/mr-karan/doggo/archive/refs/tags/v${version}.tar.gz"
+checksum=d7b8c742680332b172ad64e4d625449537c89e2607b7d7fd83a34fdd737c039f

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

* Re: [PR PATCH] [Updated] New package: doggo-1.0.4
  2024-08-06 21:51 [PR PATCH] New package: doggo-1.0.4 klardotsh
@ 2024-10-01  3:12 ` klardotsh
  2024-10-01  3:23 ` New package: doggo-1.0.5 klardotsh
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: klardotsh @ 2024-10-01  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh/doggo
https://github.com/void-linux/void-packages/pull/51699

New package: doggo-1.0.4
Resolves #36949 (given `dog` itself is unmaintained, but this is a maintained semi-equivalent, as discussed in the thread).

The upstream README alludes to the MIT license, which is incorrect. The license in the repo is indeed GPL-3.0. I did not see an "or later" clause on a quick skim, so went with the `-only` SPDF.

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

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

From f122a36bef46a737338e12debef4c7e517441659 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Tue, 6 Aug 2024 14:48:22 -0700
Subject: [PATCH] New package: doggo-1.0.5

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

diff --git a/srcpkgs/doggo/template b/srcpkgs/doggo/template
new file mode 100644
index 00000000000000..5eb43f29affd95
--- /dev/null
+++ b/srcpkgs/doggo/template
@@ -0,0 +1,14 @@
+# Template file for 'doggo'
+pkgname=doggo
+version=1.0.5
+revision=1
+build_style=go
+go_import_path=github.com/mr-karan/doggo
+go_package="${go_import_path}/cmd/doggo"
+go_ldflags="-X main.Version=${version}"
+short_desc="Command-line DNS client for humans"
+maintainer="klardotsh <josh@klar.sh>"
+license="GPL-3.0-only"
+homepage="https://github.com/mr-karan/doggo"
+distfiles="https://github.com/mr-karan/doggo/archive/refs/tags/v${version}.tar.gz"
+checksum=92a34f5510a48ab657a980c39edf907c17e96e88a476187d5b57a8cef3becd5b

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

* Re: New package: doggo-1.0.5
  2024-08-06 21:51 [PR PATCH] New package: doggo-1.0.4 klardotsh
  2024-10-01  3:12 ` [PR PATCH] [Updated] " klardotsh
@ 2024-10-01  3:23 ` klardotsh
  2024-10-04 21:13 ` [PR PATCH] [Updated] " klardotsh
  2024-10-04 21:13 ` klardotsh
  3 siblings, 0 replies; 5+ messages in thread
From: klardotsh @ 2024-10-01  3:23 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/51699#issuecomment-2384703473

Comment:
This now depends (logically, if not by commit history) on #52439, because upstream took a dependency on Go 1.22.6+; the repo tree in this branch (and indeed, `master` as well) supply only 1.22.5.

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

* Re: [PR PATCH] [Updated] New package: doggo-1.0.5
  2024-08-06 21:51 [PR PATCH] New package: doggo-1.0.4 klardotsh
  2024-10-01  3:12 ` [PR PATCH] [Updated] " klardotsh
  2024-10-01  3:23 ` New package: doggo-1.0.5 klardotsh
@ 2024-10-04 21:13 ` klardotsh
  2024-10-04 21:13 ` klardotsh
  3 siblings, 0 replies; 5+ messages in thread
From: klardotsh @ 2024-10-04 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh/doggo
https://github.com/void-linux/void-packages/pull/51699

New package: doggo-1.0.5
Resolves #36949 (given `dog` itself is unmaintained, but this is a maintained semi-equivalent, as discussed in the thread).

The upstream README alludes to the MIT license, which is incorrect. The license in the repo is indeed GPL-3.0. I did not see an "or later" clause on a quick skim, so went with the `-only` SPDF.

#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

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

From 3acfeefb2b197f0c21b7530530d54e8c79f99ac4 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Tue, 6 Aug 2024 14:48:22 -0700
Subject: [PATCH] New package: doggo-1.0.5

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

diff --git a/srcpkgs/doggo/template b/srcpkgs/doggo/template
new file mode 100644
index 00000000000000..5eb43f29affd95
--- /dev/null
+++ b/srcpkgs/doggo/template
@@ -0,0 +1,14 @@
+# Template file for 'doggo'
+pkgname=doggo
+version=1.0.5
+revision=1
+build_style=go
+go_import_path=github.com/mr-karan/doggo
+go_package="${go_import_path}/cmd/doggo"
+go_ldflags="-X main.Version=${version}"
+short_desc="Command-line DNS client for humans"
+maintainer="klardotsh <josh@klar.sh>"
+license="GPL-3.0-only"
+homepage="https://github.com/mr-karan/doggo"
+distfiles="https://github.com/mr-karan/doggo/archive/refs/tags/v${version}.tar.gz"
+checksum=92a34f5510a48ab657a980c39edf907c17e96e88a476187d5b57a8cef3becd5b

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

* Re: New package: doggo-1.0.5
  2024-08-06 21:51 [PR PATCH] New package: doggo-1.0.4 klardotsh
                   ` (2 preceding siblings ...)
  2024-10-04 21:13 ` [PR PATCH] [Updated] " klardotsh
@ 2024-10-04 21:13 ` klardotsh
  3 siblings, 0 replies; 5+ messages in thread
From: klardotsh @ 2024-10-04 21:13 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/51699#issuecomment-2384703473

Comment:
This now depends (logically, if not by commit history) on #52439, because upstream took a dependency on Go 1.22.6+; the repo tree in this branch (and indeed, `master` as well) supply only 1.22.5.

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

end of thread, other threads:[~2024-10-04 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-06 21:51 [PR PATCH] New package: doggo-1.0.4 klardotsh
2024-10-01  3:12 ` [PR PATCH] [Updated] " klardotsh
2024-10-01  3:23 ` New package: doggo-1.0.5 klardotsh
2024-10-04 21:13 ` [PR PATCH] [Updated] " klardotsh
2024-10-04 21:13 ` klardotsh

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