Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dry-0.11.1
@ 2022-07-17 12:36 meator
  2022-07-17 16:39 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: meator @ 2022-07-17 12:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages dry
https://github.com/void-linux/void-packages/pull/38106

New package: dry-0.11.1
I've included a flag in `go_ldflags` that sets the version, but `dry` also expects `github.com/moncho/dry/version.GITCOMMIT` to contain the git revision of `dry`. I haven't included it because using git to retreive it from the version tag or explicitly specifying the commit in a custom variable isn't worth it in my opinion. Because of this, `dry -v` now shows:
```
dry version 0.11.1, build 
```
without a newline at the end.

#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

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

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

From f266ef65a8e1a1290b906036eab6e1eb71d8f61b Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 17 Jul 2022 14:14:59 +0200
Subject: [PATCH] New package: dry-0.11.1

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

diff --git a/srcpkgs/dry/template b/srcpkgs/dry/template
new file mode 100644
index 000000000000..3fe7bb35d62d
--- /dev/null
+++ b/srcpkgs/dry/template
@@ -0,0 +1,17 @@
+# Template file for 'dry'
+pkgname=dry
+version=0.11.1
+revision=1
+build_style=go
+go_import_path=github.com/moncho/dry
+go_ldflags="-X github.com/moncho/dry/version.VERSION=${version}"
+short_desc="Docker manager for the terminal"
+maintainer="meator <meator.dev@gmail.com>"
+license="MIT"
+homepage="https://moncho.github.io/dry/"
+distfiles="https://github.com/moncho/dry/archive/refs/tags/v${version}.tar.gz"
+checksum=69547e0167db8bf4b1536cdc007d6d27c787f53d5e1662e67adca99600e34435
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: dry-0.11.1
  2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
@ 2022-07-17 16:39 ` classabbyamp
  2022-07-17 17:08 ` [PR PATCH] [Updated] " meator
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-17 16:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38106#issuecomment-1186564105

Comment:
you could set the build to the tag name

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

* Re: [PR PATCH] [Updated] New package: dry-0.11.1
  2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
  2022-07-17 16:39 ` classabbyamp
@ 2022-07-17 17:08 ` meator
  2022-07-17 17:09 ` meator
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2022-07-17 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages dry
https://github.com/void-linux/void-packages/pull/38106

New package: dry-0.11.1
I've included a flag in `go_ldflags` that sets the version, but `dry` also expects `github.com/moncho/dry/version.GITCOMMIT` to contain the git revision of `dry`. I haven't included it because using git to retreive it from the version tag or explicitly specifying the commit in a custom variable isn't worth it in my opinion. Because of this, `dry -v` now shows:
```
dry version 0.11.1, build 
```
without a newline at the end.

#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

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

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

From a6ee8f016cdf546359901bb6cadf593d261b2149 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 17 Jul 2022 14:14:59 +0200
Subject: [PATCH] New package: dry-0.11.1

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

diff --git a/srcpkgs/dry/template b/srcpkgs/dry/template
new file mode 100644
index 000000000000..aa9b61299b21
--- /dev/null
+++ b/srcpkgs/dry/template
@@ -0,0 +1,18 @@
+# Template file for 'dry'
+pkgname=dry
+version=0.11.1
+revision=1
+build_style=go
+go_import_path=github.com/moncho/dry
+go_ldflags="-X github.com/moncho/dry/version.VERSION=${version}
+ -X github.com/moncho/dry/version.GITCOMMIT=v${version}"
+short_desc="Docker manager for the terminal"
+maintainer="meator <meator.dev@gmail.com>"
+license="MIT"
+homepage="https://moncho.github.io/dry/"
+distfiles="https://github.com/moncho/dry/archive/refs/tags/v${version}.tar.gz"
+checksum=69547e0167db8bf4b1536cdc007d6d27c787f53d5e1662e67adca99600e34435
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: dry-0.11.1
  2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
  2022-07-17 16:39 ` classabbyamp
  2022-07-17 17:08 ` [PR PATCH] [Updated] " meator
@ 2022-07-17 17:09 ` meator
  2022-10-16  2:14 ` github-actions
  2022-10-16 18:14 ` [PR PATCH] [Closed]: " meator
  4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2022-07-17 17:09 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38106#issuecomment-1186574064

Comment:
`dry -v` now prints
```
dry version 0.11.1, build v0.11.1
```
without a newline.

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

* Re: New package: dry-0.11.1
  2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
                   ` (2 preceding siblings ...)
  2022-07-17 17:09 ` meator
@ 2022-10-16  2:14 ` github-actions
  2022-10-16 18:14 ` [PR PATCH] [Closed]: " meator
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-10-16  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38106#issuecomment-1279872882

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: dry-0.11.1
  2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
                   ` (3 preceding siblings ...)
  2022-10-16  2:14 ` github-actions
@ 2022-10-16 18:14 ` meator
  4 siblings, 0 replies; 6+ messages in thread
From: meator @ 2022-10-16 18:14 UTC (permalink / raw)
  To: ml

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

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

New package: dry-0.11.1
https://github.com/void-linux/void-packages/pull/38106

Description:
I've included a flag in `go_ldflags` that sets the version, but `dry` also expects `github.com/moncho/dry/version.GITCOMMIT` to contain the git revision of `dry`. I haven't included it because using git to retreive it from the version tag or explicitly specifying the commit in a custom variable isn't worth it in my opinion. Because of this, `dry -v` now shows:
```
dry version 0.11.1, build 
```
without a newline at the end.

#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

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

end of thread, other threads:[~2022-10-16 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17 12:36 [PR PATCH] New package: dry-0.11.1 meator
2022-07-17 16:39 ` classabbyamp
2022-07-17 17:08 ` [PR PATCH] [Updated] " meator
2022-07-17 17:09 ` meator
2022-10-16  2:14 ` github-actions
2022-10-16 18:14 ` [PR PATCH] [Closed]: " meator

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