Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jaq-1.4.0
@ 2024-05-24  5:32 tranzystorekk
  2024-05-24  5:59 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2024-05-24  5:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages jaq
https://github.com/void-linux/void-packages/pull/50494

New package: jaq-1.4.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, (ARCH-LIBC)
- 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/50494.patch is attached

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

From 285f4e7469a5c039a2b4c7ddf0b1b5c92e2f6a27 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 18 Jan 2024 21:21:35 +0100
Subject: [PATCH] New package: jaq-1.4.0

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

diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template
new file mode 100644
index 00000000000000..c543096bb523ab
--- /dev/null
+++ b/srcpkgs/jaq/template
@@ -0,0 +1,17 @@
+# Template file for 'jaq'
+pkgname=jaq
+version=1.4.0
+revision=1
+build_style=cargo
+make_install_args="--path jaq"
+short_desc="JQ clone focussed on correctness, speed, and simplicity"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/01mf02/jaq"
+changelog="https://github.com/01mf02/jaq/releases"
+distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
+checksum=20d53c2c992db9bbe3e4e8636015cdd1429b936fd897cd4b3ff02c3abdd3a9ed
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: jaq-1.4.0
  2024-05-24  5:32 [PR PATCH] New package: jaq-1.4.0 tranzystorekk
@ 2024-05-24  5:59 ` tranzystorekk
  2024-06-21 23:33 ` tranzystorekk
  2024-06-26 13:29 ` tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-05-24  5:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages jaq
https://github.com/void-linux/void-packages/pull/50494

New package: jaq-1.4.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, (ARCH-LIBC)
- 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/50494.patch is attached

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

From 3699ce8243355f7e98bb67f2e6f5e2cc2afc608e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 18 Jan 2024 21:21:35 +0100
Subject: [PATCH] New package: jaq-1.4.0

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

diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template
new file mode 100644
index 00000000000000..5ca53e1da53c36
--- /dev/null
+++ b/srcpkgs/jaq/template
@@ -0,0 +1,21 @@
+# Template file for 'jaq'
+pkgname=jaq
+version=1.4.0
+revision=1
+build_style=cargo
+make_install_args="--path jaq"
+short_desc="JQ clone focussed on correctness, speed, and simplicity"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/01mf02/jaq"
+changelog="https://github.com/01mf02/jaq/releases"
+distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
+checksum=20d53c2c992db9bbe3e4e8636015cdd1429b936fd897cd4b3ff02c3abdd3a9ed
+
+post_patch() {
+	cargo update --package mimalloc@0.1.39 --precise 0.1.42
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: jaq-1.4.0
  2024-05-24  5:32 [PR PATCH] New package: jaq-1.4.0 tranzystorekk
  2024-05-24  5:59 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-06-21 23:33 ` tranzystorekk
  2024-06-26 13:29 ` tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-06-21 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages jaq
https://github.com/void-linux/void-packages/pull/50494

New package: jaq-1.4.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, (ARCH-LIBC)
- 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/50494.patch is attached

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

From 87b9d146d7f020b1917b49316c4857fa7d1e29bc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 18 Jan 2024 21:21:35 +0100
Subject: [PATCH] New package: jaq-1.4.0

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

diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template
new file mode 100644
index 00000000000000..5ca53e1da53c36
--- /dev/null
+++ b/srcpkgs/jaq/template
@@ -0,0 +1,21 @@
+# Template file for 'jaq'
+pkgname=jaq
+version=1.4.0
+revision=1
+build_style=cargo
+make_install_args="--path jaq"
+short_desc="JQ clone focussed on correctness, speed, and simplicity"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/01mf02/jaq"
+changelog="https://github.com/01mf02/jaq/releases"
+distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
+checksum=20d53c2c992db9bbe3e4e8636015cdd1429b936fd897cd4b3ff02c3abdd3a9ed
+
+post_patch() {
+	cargo update --package mimalloc@0.1.39 --precise 0.1.42
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: jaq-1.4.0
  2024-05-24  5:32 [PR PATCH] New package: jaq-1.4.0 tranzystorekk
  2024-05-24  5:59 ` [PR PATCH] [Updated] " tranzystorekk
  2024-06-21 23:33 ` tranzystorekk
@ 2024-06-26 13:29 ` tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-06-26 13:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages jaq
https://github.com/void-linux/void-packages/pull/50494

New package: jaq-1.4.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, (ARCH-LIBC)
- 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/50494.patch is attached

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

From d45f7210c393ec094f73896e481433c61274b2d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 18 Jan 2024 21:21:35 +0100
Subject: [PATCH] New package: jaq-1.5.0

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

diff --git a/srcpkgs/jaq/template b/srcpkgs/jaq/template
new file mode 100644
index 00000000000000..55569d951c948b
--- /dev/null
+++ b/srcpkgs/jaq/template
@@ -0,0 +1,21 @@
+# Template file for 'jaq'
+pkgname=jaq
+version=1.5.0
+revision=1
+build_style=cargo
+make_install_args="--path jaq"
+short_desc="JQ clone focussed on correctness, speed, and simplicity"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/01mf02/jaq"
+changelog="https://github.com/01mf02/jaq/releases"
+distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
+checksum=318e9344a85e96b43acca2615c8d47b7e061f8ed4c664728a0b9528d7ac1782a
+
+post_patch() {
+	cargo update --package mimalloc@0.1.39 --precise 0.1.42
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

end of thread, other threads:[~2024-06-26 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-24  5:32 [PR PATCH] New package: jaq-1.4.0 tranzystorekk
2024-05-24  5:59 ` [PR PATCH] [Updated] " tranzystorekk
2024-06-21 23:33 ` tranzystorekk
2024-06-26 13:29 ` tranzystorekk

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