Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: dog
@ 2023-07-31 15:30 atk
  2023-07-31 16:16 ` icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atk @ 2023-07-31 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages dog-0.1.0
https://github.com/void-linux/void-packages/pull/45356

new package: dog
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### 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, (x64-glibc)


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

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

From 22363977daeda5bd66c46c19a87464a96588fa84 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 31 Jul 2023 17:28:52 +0200
Subject: [PATCH] new package: dog

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

diff --git a/srcpkgs/dog/template b/srcpkgs/dog/template
new file mode 100644
index 000000000000..7a97e69f2449
--- /dev/null
+++ b/srcpkgs/dog/template
@@ -0,0 +1,15 @@
+# Template file for 'dog'
+pkgname=dog
+version=0.1.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+depends=""
+short_desc="Command-line DNS client like dig"
+maintainer="Alex Lohr <alex.lohr@logmein.com>"
+license="GPL-3.0-or-later"
+homepage="https://dns.lookup.dog/"
+changelog="https://github.com/ogham/dog/releases"
+distfiles="https://github.com/ogham/dog/archive/refs/tags/v0.1.0.tar.gz"
+checksum=82387d38727bac7fcdb080970e84b36de80bfe7923ce83f993a77d9ac7847858

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

* Re: new package: dog
  2023-07-31 15:30 [PR PATCH] new package: dog atk
@ 2023-07-31 16:16 ` icp1994
  2023-07-31 17:13 ` atk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-07-31 16:16 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45356#issuecomment-1658709457

Comment:
Are you sure the upstream is maintained?

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

* Re: new package: dog
  2023-07-31 15:30 [PR PATCH] new package: dog atk
  2023-07-31 16:16 ` icp1994
@ 2023-07-31 17:13 ` atk
  2023-08-01  0:54 ` classabbyamp
  2023-08-01  3:56 ` [PR PATCH] [Closed]: " atk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2023-07-31 17:13 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/45356#issuecomment-1658802821

Comment:
I'll ask the author.

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

* Re: new package: dog
  2023-07-31 15:30 [PR PATCH] new package: dog atk
  2023-07-31 16:16 ` icp1994
  2023-07-31 17:13 ` atk
@ 2023-08-01  0:54 ` classabbyamp
  2023-08-01  3:56 ` [PR PATCH] [Closed]: " atk
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-01  0:54 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45356#issuecomment-1659406055

Comment:
you likely won't get an answer. ogham has been quiet since 2 years ago on github, 1 year ago on twitter, even further back on stack overflow (based on what they link in their website/github profile).

also, there's [100 commits since the only tag](https://github.com/ogham/dog/compare/v0.1.0...master), which is where most of the functionality of dog is.

I've looked into packaging dog before and decided against it because of these things

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

* Re: [PR PATCH] [Closed]: new package: dog
  2023-07-31 15:30 [PR PATCH] new package: dog atk
                   ` (2 preceding siblings ...)
  2023-08-01  0:54 ` classabbyamp
@ 2023-08-01  3:56 ` atk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2023-08-01  3:56 UTC (permalink / raw)
  To: ml

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

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

new package: dog
https://github.com/void-linux/void-packages/pull/45356

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### 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, (x64-glibc)


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

end of thread, other threads:[~2023-08-01  3:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 15:30 [PR PATCH] new package: dog atk
2023-07-31 16:16 ` icp1994
2023-07-31 17:13 ` atk
2023-08-01  0:54 ` classabbyamp
2023-08-01  3:56 ` [PR PATCH] [Closed]: " atk

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