* [PR PATCH] New package: yek-0.16.0
@ 2025-02-09 7:58 Eloitor
2025-02-09 8:16 ` [PR PATCH] [Updated] " Eloitor
2025-02-17 8:32 ` [PR PATCH] [Updated] New package: yek-0.17.0 Eloitor
0 siblings, 2 replies; 3+ messages in thread
From: Eloitor @ 2025-02-09 7:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
There is a new pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages yek
https://github.com/void-linux/void-packages/pull/54262
New package: yek-0.16.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**
#### 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
- armv7l
- armv6l-musl
closes #54159
A patch file from https://github.com/void-linux/void-packages/pull/54262.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yek-54262.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]
From 9da198609424eb7b375209a544420245ee0469ff Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sun, 9 Feb 2025 08:57:01 +0100
Subject: [PATCH] New package: yek-0.16.0
---
srcpkgs/yek/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/yek/template
diff --git a/srcpkgs/yek/template b/srcpkgs/yek/template
new file mode 100644
index 00000000000000..58fcd1603995c8
--- /dev/null
+++ b/srcpkgs/yek/template
@@ -0,0 +1,20 @@
+# Template file for 'yek'
+pkgname=yek
+version=0.16.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libgit2-devel"
+depends="git"
+checkdepends="git"
+short_desc="Tool to serialize text-based files in a repository for LLM consumption"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://github.com/bodo-run/yek"
+changelog="https://raw.githubusercontent.com/bodo-run/yek/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/bodo-run/yek/archive/refs/tags/v${version}.tar.gz"
+checksum=b653038d0f6ad40380723e7a0843d0060abdb5930c641d2f55c92f0466f7038a
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] New package: yek-0.16.0
2025-02-09 7:58 [PR PATCH] New package: yek-0.16.0 Eloitor
@ 2025-02-09 8:16 ` Eloitor
2025-02-17 8:32 ` [PR PATCH] [Updated] New package: yek-0.17.0 Eloitor
1 sibling, 0 replies; 3+ messages in thread
From: Eloitor @ 2025-02-09 8:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages yek
https://github.com/void-linux/void-packages/pull/54262
New package: yek-0.16.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**
#### 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
- armv7l
- armv6l-musl
closes #54159
A patch file from https://github.com/void-linux/void-packages/pull/54262.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yek-54262.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]
From 38751e06ce406109c2364064513c70a5d1a2b5cc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sun, 9 Feb 2025 08:57:01 +0100
Subject: [PATCH] New package: yek-0.17.0
---
srcpkgs/yek/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/yek/template
diff --git a/srcpkgs/yek/template b/srcpkgs/yek/template
new file mode 100644
index 00000000000000..3fecbd105345ea
--- /dev/null
+++ b/srcpkgs/yek/template
@@ -0,0 +1,20 @@
+# Template file for 'yek'
+pkgname=yek
+version=0.17.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libgit2-devel"
+depends="git"
+checkdepends="git"
+short_desc="Tool to serialize text-based files in a repository for LLM consumption"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://github.com/bodo-run/yek"
+changelog="https://raw.githubusercontent.com/bodo-run/yek/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/bodo-run/yek/archive/refs/tags/v${version}.tar.gz"
+checksum=ff04146eaccddae3694b6c544128425761afbd53af19d62ca32cae03f240deb3
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] New package: yek-0.17.0
2025-02-09 7:58 [PR PATCH] New package: yek-0.16.0 Eloitor
2025-02-09 8:16 ` [PR PATCH] [Updated] " Eloitor
@ 2025-02-17 8:32 ` Eloitor
1 sibling, 0 replies; 3+ messages in thread
From: Eloitor @ 2025-02-17 8:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages yek
https://github.com/void-linux/void-packages/pull/54262
New package: yek-0.17.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**
#### 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
- armv7l
- armv6l-musl
closes #54159
A patch file from https://github.com/void-linux/void-packages/pull/54262.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yek-54262.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]
From a3d57b271b91912b9fb7767534fbcc9b8a3b1be9 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sun, 9 Feb 2025 08:57:01 +0100
Subject: [PATCH] New package: yek-0.18.0
---
srcpkgs/yek/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/yek/template
diff --git a/srcpkgs/yek/template b/srcpkgs/yek/template
new file mode 100644
index 00000000000000..5fe73a7de7aa1e
--- /dev/null
+++ b/srcpkgs/yek/template
@@ -0,0 +1,20 @@
+# Template file for 'yek'
+pkgname=yek
+version=0.18.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libgit2-devel"
+depends="git"
+checkdepends="git"
+short_desc="Tool to serialize text-based files in a repository for LLM consumption"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://github.com/bodo-run/yek"
+changelog="https://raw.githubusercontent.com/bodo-run/yek/refs/heads/main/CHANGELOG.md"
+distfiles="https://github.com/bodo-run/yek/archive/refs/tags/v${version}.tar.gz"
+checksum=dead3d6e7b307693de04ec88c6f928383888f54f97d355272559f017673180fa
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-17 8:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-09 7:58 [PR PATCH] New package: yek-0.16.0 Eloitor
2025-02-09 8:16 ` [PR PATCH] [Updated] " Eloitor
2025-02-17 8:32 ` [PR PATCH] [Updated] New package: yek-0.17.0 Eloitor
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).