Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: go-task-3.27.1
@ 2023-07-14  5:41 mchlumsky
  2023-07-16 17:40 ` mchlumsky
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-14  5:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mchlumsky/void-packages new-pkg-go-task
https://github.com/void-linux/void-packages/pull/45028

New package: go-task-3.27.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-go-task-45028.patch --]
[-- Type: text/x-diff, Size: 1046 bytes --]

From f5b79eef767acdcc648df61d8ac3c8483591c41b Mon Sep 17 00:00:00 2001
From: Martin Chlumsky <martin.chlumsky@gmail.com>
Date: Fri, 14 Jul 2023 01:32:56 -0400
Subject: [PATCH] New package: go-task-3.27.1

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

diff --git a/srcpkgs/go-task/template b/srcpkgs/go-task/template
new file mode 100644
index 000000000000..eff0072a6d36
--- /dev/null
+++ b/srcpkgs/go-task/template
@@ -0,0 +1,17 @@
+# Template file for 'go-task'
+pkgname=go-task
+version=3.27.1
+revision=1
+build_style=go
+go_import_path=github.com/go-task/task/v3
+go_package="${go_import_path}/cmd/task"
+short_desc="Simple task runner written in Go"
+maintainer="Martin Chlumsky <martin.chlumsky@gmail.com>"
+license="MIT"
+homepage="https://taskfile.dev/"
+distfiles="https://github.com/go-task/task/archive/refs/tags/v$version.tar.gz"
+checksum=508b6612ca30ef4404aa674a2fb2a93e414eb5b06afe34e090145e70f0dc940a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
@ 2023-07-16 17:40 ` mchlumsky
  2023-07-17 14:06 ` icp1994
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-16 17:40 UTC (permalink / raw)
  To: ml

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

New comment by mchlumsky on void-packages repository

https://github.com/void-linux/void-packages/pull/45028#issuecomment-1637147618

Comment:
How should I resolve the situation where 2 packages have a conflicting command filename? In this case it's task from both  task warrior and go-task.

In Fedora they renamed task from go-task as go-task. Does that make sense in Void? (Sorry I'm new here :) )



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

* Re: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
  2023-07-16 17:40 ` mchlumsky
@ 2023-07-17 14:06 ` icp1994
  2023-07-17 14:08 ` icp1994
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: icp1994 @ 2023-07-17 14:06 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45028#issuecomment-1638222956

Comment:
`mv ${DESTDIR}/usr/bin/{,go-}task` in `post_install()`

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

* Re: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
  2023-07-16 17:40 ` mchlumsky
  2023-07-17 14:06 ` icp1994
@ 2023-07-17 14:08 ` icp1994
  2023-07-17 17:56 ` [PR PATCH] [Updated] " mchlumsky
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: icp1994 @ 2023-07-17 14:08 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45028#issuecomment-1638222956

Comment:
Yes, it makes sense. There are quite a few packages in the reops like these. Usually the renaming is done via something like `mv ${DESTDIR}/usr/bin/{,go-}task` in `post_install()`.

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

* Re: [PR PATCH] [Updated] New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (2 preceding siblings ...)
  2023-07-17 14:08 ` icp1994
@ 2023-07-17 17:56 ` mchlumsky
  2023-07-17 17:58 ` mchlumsky
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-17 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mchlumsky/void-packages new-pkg-go-task
https://github.com/void-linux/void-packages/pull/45028

New package: go-task-3.27.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-go-task-45028.patch --]
[-- Type: text/x-diff, Size: 1083 bytes --]

From bb330dbe65cf12ce6b8be0bbeab1a65d891e1f58 Mon Sep 17 00:00:00 2001
From: Martin Chlumsky <martin.chlumsky@gmail.com>
Date: Fri, 14 Jul 2023 01:32:56 -0400
Subject: [PATCH] New package: go-task-3.27.1

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

diff --git a/srcpkgs/go-task/template b/srcpkgs/go-task/template
new file mode 100644
index 000000000000..97c74e3029e2
--- /dev/null
+++ b/srcpkgs/go-task/template
@@ -0,0 +1,18 @@
+# Template file for 'go-task'
+pkgname=go-task
+version=3.27.1
+revision=1
+build_style=go
+go_import_path=github.com/go-task/task/v3
+go_package="${go_import_path}/cmd/task"
+short_desc="Simple task runner written in Go"
+maintainer="Martin Chlumsky <martin.chlumsky@gmail.com>"
+license="MIT"
+homepage="https://taskfile.dev/"
+distfiles="https://github.com/go-task/task/archive/refs/tags/v$version.tar.gz"
+checksum=508b6612ca30ef4404aa674a2fb2a93e414eb5b06afe34e090145e70f0dc940a
+
+post_install() {
+	vlicense LICENSE
+  mv ${DESTDIR}/usr/bin/{,go-}task
+}

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

* Re: [PR PATCH] [Updated] New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (3 preceding siblings ...)
  2023-07-17 17:56 ` [PR PATCH] [Updated] " mchlumsky
@ 2023-07-17 17:58 ` mchlumsky
  2023-07-19  3:31 ` mchlumsky
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-17 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mchlumsky/void-packages new-pkg-go-task
https://github.com/void-linux/void-packages/pull/45028

New package: go-task-3.27.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-go-task-45028.patch --]
[-- Type: text/x-diff, Size: 1082 bytes --]

From dc912bf3edeb41f492359c06c6ad24eb24e68bda Mon Sep 17 00:00:00 2001
From: Martin Chlumsky <martin.chlumsky@gmail.com>
Date: Fri, 14 Jul 2023 01:32:56 -0400
Subject: [PATCH] New package: go-task-3.27.1

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

diff --git a/srcpkgs/go-task/template b/srcpkgs/go-task/template
new file mode 100644
index 000000000000..2f5568e284b4
--- /dev/null
+++ b/srcpkgs/go-task/template
@@ -0,0 +1,18 @@
+# Template file for 'go-task'
+pkgname=go-task
+version=3.27.1
+revision=1
+build_style=go
+go_import_path=github.com/go-task/task/v3
+go_package="${go_import_path}/cmd/task"
+short_desc="Simple task runner written in Go"
+maintainer="Martin Chlumsky <martin.chlumsky@gmail.com>"
+license="MIT"
+homepage="https://taskfile.dev/"
+distfiles="https://github.com/go-task/task/archive/refs/tags/v$version.tar.gz"
+checksum=508b6612ca30ef4404aa674a2fb2a93e414eb5b06afe34e090145e70f0dc940a
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/{,go-}task
+}

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

* Re: [PR PATCH] [Updated] New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (4 preceding siblings ...)
  2023-07-17 17:58 ` mchlumsky
@ 2023-07-19  3:31 ` mchlumsky
  2023-07-19  3:45 ` mchlumsky
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-19  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mchlumsky/void-packages new-pkg-go-task
https://github.com/void-linux/void-packages/pull/45028

New package: go-task-3.27.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-go-task-45028.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From 56263c32d1cbb0fd42e2076d71297a21108bc50f Mon Sep 17 00:00:00 2001
From: Martin Chlumsky <martin.chlumsky@gmail.com>
Date: Fri, 14 Jul 2023 01:32:56 -0400
Subject: [PATCH] New package: go-task-3.27.1

---
 srcpkgs/go-task/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/go-task/template

diff --git a/srcpkgs/go-task/template b/srcpkgs/go-task/template
new file mode 100644
index 000000000000..2d7ef7aa7e42
--- /dev/null
+++ b/srcpkgs/go-task/template
@@ -0,0 +1,29 @@
+# Template file for 'go-task'
+pkgname=go-task
+version=3.27.1
+revision=1
+build_style=go
+go_import_path=github.com/go-task/task/v3
+go_package="${go_import_path}/cmd/task"
+go_ldflags="-X github.com/go-task/task/v3/internal/version.version=v${version}"
+short_desc="Simple task runner written in Go"
+maintainer="Martin Chlumsky <martin.chlumsky@gmail.com>"
+license="MIT"
+homepage="https://taskfile.dev/"
+distfiles="https://github.com/go-task/task/archive/refs/tags/v$version.tar.gz"
+checksum=508b6612ca30ef4404aa674a2fb2a93e414eb5b06afe34e090145e70f0dc940a
+
+post_install() {
+	vlicense LICENSE
+
+	mv ${DESTDIR}/usr/bin/{,go-}task
+
+  vsed -e 's/complete -F _task task/complete -F _task go-task/' -i completion/bash/task.bash
+  vsed -e 's/set GO_TASK_PROGNAME task/set GO_TASK_PROGNAME go-task/' -i completion/fish/task.fish
+  vsed -e 's/#compdef task/#compdef go-task/' -i completion/zsh/_task
+  vsed -e 's/cmd=(task)/cmd=(go-task)/' -i completion/zsh/_task
+
+  vcompletion completion/bash/task.bash bash
+  vcompletion completion/fish/task.fish fish
+  vcompletion completion/zsh/_task zsh
+}

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

* Re: [PR PATCH] [Updated] New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (5 preceding siblings ...)
  2023-07-19  3:31 ` mchlumsky
@ 2023-07-19  3:45 ` mchlumsky
  2023-07-19  3:45 ` mchlumsky
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-19  3:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mchlumsky/void-packages new-pkg-go-task
https://github.com/void-linux/void-packages/pull/45028

New package: go-task-3.27.1
#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-go-task-45028.patch --]
[-- Type: text/x-diff, Size: 1635 bytes --]

From ac7a01105d88543813927876bc1286ed5b7e921d Mon Sep 17 00:00:00 2001
From: Martin Chlumsky <martin.chlumsky@gmail.com>
Date: Fri, 14 Jul 2023 01:32:56 -0400
Subject: [PATCH] New package: go-task-3.27.1

---
 srcpkgs/go-task/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/go-task/template

diff --git a/srcpkgs/go-task/template b/srcpkgs/go-task/template
new file mode 100644
index 000000000000..f0be6e744a87
--- /dev/null
+++ b/srcpkgs/go-task/template
@@ -0,0 +1,29 @@
+# Template file for 'go-task'
+pkgname=go-task
+version=3.27.1
+revision=1
+build_style=go
+go_import_path=github.com/go-task/task/v3
+go_package="${go_import_path}/cmd/task"
+go_ldflags="-X github.com/go-task/task/v3/internal/version.version=v${version}"
+short_desc="Simple task runner written in Go"
+maintainer="Martin Chlumsky <martin.chlumsky@gmail.com>"
+license="MIT"
+homepage="https://taskfile.dev/"
+distfiles="https://github.com/go-task/task/archive/refs/tags/v$version.tar.gz"
+checksum=508b6612ca30ef4404aa674a2fb2a93e414eb5b06afe34e090145e70f0dc940a
+
+post_install() {
+	vlicense LICENSE
+
+	mv ${DESTDIR}/usr/bin/{,go-}task
+
+	vsed -e 's/complete -F _task task/complete -F _task go-task/' -i completion/bash/task.bash
+	vsed -e 's/set GO_TASK_PROGNAME task/set GO_TASK_PROGNAME go-task/' -i completion/fish/task.fish
+	vsed -e 's/#compdef task/#compdef go-task/' -i completion/zsh/_task
+	vsed -e 's/cmd=(task)/cmd=(go-task)/' -i completion/zsh/_task
+
+	vcompletion completion/bash/task.bash bash
+	vcompletion completion/fish/task.fish fish
+	vcompletion completion/zsh/_task zsh
+}

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

* Re: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (6 preceding siblings ...)
  2023-07-19  3:45 ` mchlumsky
@ 2023-07-19  3:45 ` mchlumsky
  2023-10-18  1:45 ` github-actions
  2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: mchlumsky @ 2023-07-19  3:45 UTC (permalink / raw)
  To: ml

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

New comment by mchlumsky on void-packages repository

https://github.com/void-linux/void-packages/pull/45028#issuecomment-1641370117

Comment:
Ready for review.

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

* Re: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (7 preceding siblings ...)
  2023-07-19  3:45 ` mchlumsky
@ 2023-10-18  1:45 ` github-actions
  2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-10-18  1:45 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/45028#issuecomment-1767476505

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: New package: go-task-3.27.1
  2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
                   ` (8 preceding siblings ...)
  2023-10-18  1:45 ` github-actions
@ 2023-11-01  1:46 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-11-01  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: go-task-3.27.1
https://github.com/void-linux/void-packages/pull/45028

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv7l
  - armv7l-musl
  - armv6l-musl
  - armv6l
  - i686-musl
  - i686
  - x86_64-musl

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

end of thread, other threads:[~2023-11-01  1:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14  5:41 [PR PATCH] New package: go-task-3.27.1 mchlumsky
2023-07-16 17:40 ` mchlumsky
2023-07-17 14:06 ` icp1994
2023-07-17 14:08 ` icp1994
2023-07-17 17:56 ` [PR PATCH] [Updated] " mchlumsky
2023-07-17 17:58 ` mchlumsky
2023-07-19  3:31 ` mchlumsky
2023-07-19  3:45 ` mchlumsky
2023-07-19  3:45 ` mchlumsky
2023-10-18  1:45 ` github-actions
2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions

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