Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zk-0.14.0
@ 2024-05-18  3:11 cinerea0
  2024-05-18  8:26 ` MIvanchev
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: cinerea0 @ 2024-05-18  3:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages zk
https://github.com/void-linux/void-packages/pull/50400

New package: zk-0.14.0
#### 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**

Unfortunately they haven't made a new release since switching to the new org, so the `go_import_path` will be weird until the next release.

---

Closes #50398



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

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

From da4c39b6688fa2aa9dc33c6ad3aa488cebeb5ac3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 17 May 2024 23:08:09 -0400
Subject: [PATCH] New package: zk-0.14.0

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

diff --git a/srcpkgs/zk/template b/srcpkgs/zk/template
new file mode 100644
index 00000000000000..0d5ca23b2991dc
--- /dev/null
+++ b/srcpkgs/zk/template
@@ -0,0 +1,15 @@
+# Template file for 'zk'
+pkgname=zk
+version=0.14.0
+revision=1
+build_style=go
+go_import_path=github.com/mickael-menu/zk
+go_build_tags="fts5"
+go_ldflags="-X main.Version=${version}"
+short_desc="Plain text note-taking assistant"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://zk-org.github.io/zk/"
+changelog="https://raw.githubusercontent.com/zk-org/zk/main/CHANGELOG.md"
+distfiles="https://github.com/zk-org/zk/archive/refs/tags/v${version}.tar.gz"
+checksum=bd96f93d50e2e72ce05f36c3dab5b7942ae205756f26d4c68ba2a7ccc783abc8

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
@ 2024-05-18  8:26 ` MIvanchev
  2024-05-20  1:28 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-05-18  8:26 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2118692380

Comment:
@cinerea0 Be advised that this package downloads tons of dependencies off Github none of which are checksumed... They probably need to be pre-downloaded.

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
  2024-05-18  8:26 ` MIvanchev
@ 2024-05-20  1:28 ` classabbyamp
  2024-05-20  7:50 ` MIvanchev
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-05-20  1:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119509581

Comment:
that's how go works... and they [are checksummed](https://github.com/zk-org/zk/blob/main/go.sum)

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
  2024-05-18  8:26 ` MIvanchev
  2024-05-20  1:28 ` classabbyamp
@ 2024-05-20  7:50 ` MIvanchev
  2024-05-20  7:53 ` classabbyamp
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-05-20  7:50 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119875810

Comment:
Ah, nice about the checksums, I didn't really look... We can still pre-download the packages in case we don't trust the Go infrastructure to properly verify them.

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
                   ` (2 preceding siblings ...)
  2024-05-20  7:50 ` MIvanchev
@ 2024-05-20  7:53 ` classabbyamp
  2024-05-20  7:56 ` MIvanchev
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-05-20  7:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119879401

Comment:
we're not going to do that all 380 go packages...

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
                   ` (3 preceding siblings ...)
  2024-05-20  7:53 ` classabbyamp
@ 2024-05-20  7:56 ` MIvanchev
  2024-05-20  8:07 ` classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: MIvanchev @ 2024-05-20  7:56 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119883809

Comment:
It's about 40, the file includes older versions but yeah, a bit on the populous side here...

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
                   ` (4 preceding siblings ...)
  2024-05-20  7:56 ` MIvanchev
@ 2024-05-20  8:07 ` classabbyamp
  2024-05-20  8:07 ` classabbyamp
  2024-05-23 19:02 ` [PR PATCH] [Merged]: " cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-05-20  8:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119904126

Comment:
I meant [all the other packages](https://github.com/search?q=repo%3Avoid-linux%2Fvoid-packages%20build_style%3Dgo&type=code) that do the _exact same thing_ because this is how go works

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

* Re: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
                   ` (5 preceding siblings ...)
  2024-05-20  8:07 ` classabbyamp
@ 2024-05-20  8:07 ` classabbyamp
  2024-05-23 19:02 ` [PR PATCH] [Merged]: " cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-05-20  8:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50400#issuecomment-2119904126

Comment:
I meant [all the other packages](https://github.com/search?q=repo%3Avoid-linux%2Fvoid-packages%20build_style%3Dgo&type=code) that do the _exact same thing_ because this is how go's build system works

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

* Re: [PR PATCH] [Merged]: New package: zk-0.14.0
  2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
                   ` (6 preceding siblings ...)
  2024-05-20  8:07 ` classabbyamp
@ 2024-05-23 19:02 ` cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2024-05-23 19:02 UTC (permalink / raw)
  To: ml

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

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

New package: zk-0.14.0
https://github.com/void-linux/void-packages/pull/50400

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**

Unfortunately they haven't made a new release since switching to the new org, so the `go_import_path` will be weird until the next release.

---

Closes #50398



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

end of thread, other threads:[~2024-05-23 19:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-18  3:11 [PR PATCH] New package: zk-0.14.0 cinerea0
2024-05-18  8:26 ` MIvanchev
2024-05-20  1:28 ` classabbyamp
2024-05-20  7:50 ` MIvanchev
2024-05-20  7:53 ` classabbyamp
2024-05-20  7:56 ` MIvanchev
2024-05-20  8:07 ` classabbyamp
2024-05-20  8:07 ` classabbyamp
2024-05-23 19:02 ` [PR PATCH] [Merged]: " cinerea0

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