Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gg-0.6.0
@ 2025-01-23  1:58 Kaamkiya
  2025-01-23 17:46 ` Kaamkiya
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Kaamkiya @ 2025-01-23  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Kaamkiya/void-packages add-gg
https://github.com/void-linux/void-packages/pull/54082

New package: gg-0.6.0
<!-- 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**|**NO**


<!-- 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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 788dfee03063149b32490df76e2a43e366cbdd04 Mon Sep 17 00:00:00 2001
From: Kaamkiya <ziam3.1415@gmail.com>
Date: Wed, 22 Jan 2025 20:11:17 -0500
Subject: [PATCH] New package: gg-0.6.0

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

diff --git a/srcpkgs/gg/template b/srcpkgs/gg/template
new file mode 100644
index 00000000000000..8e91764d61e5fe
--- /dev/null
+++ b/srcpkgs/gg/template
@@ -0,0 +1,17 @@
+# Template file for 'gg'
+pkgname=gg
+version=0.6.0
+revision=1
+build_style=go
+go_import_path="github.com/Kaamkiya/gg"
+go_package="${go_import_path}/cmd/gg"
+short_desc="TUI games written in Go"
+maintainer="Zia M <ziam3.1415@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Kaamkiya/gg"
+distfiles="https://github.com/Kaamkiya/gg/archive/refs/tags/v${version}.tar.gz"
+checksum=5138d470e747495c76ae45421b8cea6a4de7094def6c2b59a2b0737b274ff8c4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
@ 2025-01-23 17:46 ` Kaamkiya
  2025-01-26 22:36 ` [PR PATCH] [Updated] " Kaamkiya
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-01-23 17:46 UTC (permalink / raw)
  To: ml

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

New comment by Kaamkiya on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2610555071

Comment:
Really weird because they match on my system. I'll look into it.

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

* Re: [PR PATCH] [Updated] New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
  2025-01-23 17:46 ` Kaamkiya
@ 2025-01-26 22:36 ` Kaamkiya
  2025-01-26 22:42 ` Kaamkiya
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-01-26 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Kaamkiya/void-packages add-gg
https://github.com/void-linux/void-packages/pull/54082

New package: gg-0.6.0
<!-- 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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2ef2623ac146e9b34e59f5d69e363576e336b788 Mon Sep 17 00:00:00 2001
From: Kaamkiya <ziam3.1415@gmail.com>
Date: Wed, 22 Jan 2025 20:11:17 -0500
Subject: [PATCH] New package: gg-0.6.0

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

diff --git a/srcpkgs/gg/template b/srcpkgs/gg/template
new file mode 100644
index 00000000000000..5063dd68dbc3af
--- /dev/null
+++ b/srcpkgs/gg/template
@@ -0,0 +1,15 @@
+# Template file for 'gg'
+pkgname=gg
+version=0.6.0
+revision=1
+build_style=go
+go_import_path="github.com/Kaamkiya/gg"
+go_package="${go_import_path}/cmd/gg"
+short_desc="TUI games written in Go"
+maintainer="Zia M <ziam3.1415@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Kaamkiya/gg"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
  2025-01-23 17:46 ` Kaamkiya
  2025-01-26 22:36 ` [PR PATCH] [Updated] " Kaamkiya
@ 2025-01-26 22:42 ` Kaamkiya
  2025-02-10 14:17 ` [PR PATCH] [Updated] " Kaamkiya
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-01-26 22:42 UTC (permalink / raw)
  To: ml

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

New comment by Kaamkiya on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2614620166

Comment:
@classabbyamp do you mind trying the workflow run again please?

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

* Re: [PR PATCH] [Updated] New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (2 preceding siblings ...)
  2025-01-26 22:42 ` Kaamkiya
@ 2025-02-10 14:17 ` Kaamkiya
  2025-02-10 14:33 ` Kaamkiya
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-02-10 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Kaamkiya/void-packages add-gg
https://github.com/void-linux/void-packages/pull/54082

New package: gg-0.6.0
<!-- 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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a085737e0c88d3cc33a2ef1db0421aa2fb090a5f Mon Sep 17 00:00:00 2001
From: Kaamkiya <ziam3.1415@gmail.com>
Date: Wed, 22 Jan 2025 20:11:17 -0500
Subject: [PATCH] New package: gg-0.6.0

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

diff --git a/srcpkgs/gg/template b/srcpkgs/gg/template
new file mode 100644
index 00000000000000..86536896458164
--- /dev/null
+++ b/srcpkgs/gg/template
@@ -0,0 +1,14 @@
+# Template file for 'gg'
+pkgname=gg
+version=0.6.0
+revision=1
+short_desc="TUI games written in Go"
+maintainer="Zia M <ziam3.1415@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Kaamkiya/gg"
+distfiles="https://github.com/Kaamkiya/gg/releases/download/v0.6.0/gg-v${version}-linux-amd64.tar.xz"
+checksum="5138d470e747495c76ae45421b8cea6a4de7094def6c2b59a2b0737b274ff8c4"
+
+do_install() {
+	vbin gg-linux-amd64 gg
+}

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

* Re: [PR PATCH] [Updated] New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (3 preceding siblings ...)
  2025-02-10 14:17 ` [PR PATCH] [Updated] " Kaamkiya
@ 2025-02-10 14:33 ` Kaamkiya
  2025-02-10 14:34 ` Kaamkiya
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-02-10 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Kaamkiya/void-packages add-gg
https://github.com/void-linux/void-packages/pull/54082

New package: gg-0.6.0
<!-- 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, (x86_64-musl)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3c1d7b35884f4d0bee8814c3df92c974099c3187 Mon Sep 17 00:00:00 2001
From: Kaamkiya <ziam3.1415@gmail.com>
Date: Wed, 22 Jan 2025 20:11:17 -0500
Subject: [PATCH] New package: gg-0.6.0

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

diff --git a/srcpkgs/gg/template b/srcpkgs/gg/template
new file mode 100644
index 00000000000000..492b51d91418b2
--- /dev/null
+++ b/srcpkgs/gg/template
@@ -0,0 +1,13 @@
+# Template file for 'gg'
+pkgname=gg
+version=0.6.0
+revision=1
+build_style=go
+go_import_path="github.com/Kaamkiya/gg"
+go_package="github.com/Kaamkiya/gg/cmd/gg"
+short_desc="TUI games written in Go"
+maintainer="Zia M <ziam3.1415@gmail.com>"
+license="Unlicense"
+homepage="https://github.com/Kaamkiya/gg"
+distfiles="https://github.com/Kaamkiya/gg/archive/refs/tags/v${version}.tar.gz"
+checksum=c8a7e27d5b00a0459a1ba5bda104387ad70cdc9e6f484b3f8aab6e0f27478d16

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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (4 preceding siblings ...)
  2025-02-10 14:33 ` Kaamkiya
@ 2025-02-10 14:34 ` Kaamkiya
  2025-02-10 14:53 ` classabbyamp
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-02-10 14:34 UTC (permalink / raw)
  To: ml

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

New comment by Kaamkiya on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2648182033

Comment:
@classabbyamp do you mind trying the workflow run again? I think it should be fixed now.

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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (5 preceding siblings ...)
  2025-02-10 14:34 ` Kaamkiya
@ 2025-02-10 14:53 ` classabbyamp
  2025-02-10 15:01 ` Kaamkiya
  2025-02-10 15:05 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2025-02-10 14:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2648243665

Comment:
btw, we generally prefer packages not be maintained by their upstream authors

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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (6 preceding siblings ...)
  2025-02-10 14:53 ` classabbyamp
@ 2025-02-10 15:01 ` Kaamkiya
  2025-02-10 15:05 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: Kaamkiya @ 2025-02-10 15:01 UTC (permalink / raw)
  To: ml

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

New comment by Kaamkiya on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2648283434

Comment:
Meaning it's better when the package is not maintained by the person coding it?


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

* Re: New package: gg-0.6.0
  2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
                   ` (7 preceding siblings ...)
  2025-02-10 15:01 ` Kaamkiya
@ 2025-02-10 15:05 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2025-02-10 15:05 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54082#issuecomment-2648300255

Comment:
yes

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

end of thread, other threads:[~2025-02-10 15:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-23  1:58 [PR PATCH] New package: gg-0.6.0 Kaamkiya
2025-01-23 17:46 ` Kaamkiya
2025-01-26 22:36 ` [PR PATCH] [Updated] " Kaamkiya
2025-01-26 22:42 ` Kaamkiya
2025-02-10 14:17 ` [PR PATCH] [Updated] " Kaamkiya
2025-02-10 14:33 ` Kaamkiya
2025-02-10 14:34 ` Kaamkiya
2025-02-10 14:53 ` classabbyamp
2025-02-10 15:01 ` Kaamkiya
2025-02-10 15:05 ` classabbyamp

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