Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zellij-0.17.0
@ 2021-09-17  8:34 kartikynwa
  2021-09-17  9:23 ` [PR PATCH] [Updated] " kartikynwa
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of day and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibx)
- [ ] 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/32990.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From 80b8579ad4b25963bf50282ebfc2f90200c371c7 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
@ 2021-09-17  9:23 ` kartikynwa
  2021-09-17  9:39 ` kartikynwa
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibx)
- [ ] 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/32990.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From c3ef5dcbb5d90b273d10d32e8e3ca94b4ca4d298 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
  2021-09-17  9:23 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-17  9:39 ` kartikynwa
  2021-09-17 12:45 ` kartikynwa
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From ead0112ea52f10f69a94bb58cc9553e07e36e580 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
  2021-09-17  9:23 ` [PR PATCH] [Updated] " kartikynwa
  2021-09-17  9:39 ` kartikynwa
@ 2021-09-17 12:45 ` kartikynwa
  2021-09-17 13:17 ` kartikynwa
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From 545a39f4757ac51f9c7417b270d9aa88a5906ea6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (2 preceding siblings ...)
  2021-09-17 12:45 ` kartikynwa
@ 2021-09-17 13:17 ` kartikynwa
  2021-09-17 13:40 ` [PR REVIEW] " ahesford
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 13:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 2105 bytes --]

From 545a39f4757ac51f9c7417b270d9aa88a5906ea6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH 1/2] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

From e0571f3f20afa35ece6e6d985dcfcf9b725d8206 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 18:47:48 +0530
Subject: [PATCH 2/2] Add pkg-config

---
 srcpkgs/zellij/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index ede547eda0df..fbd2a149d157 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -2,8 +2,10 @@
 pkgname=zellij
 version=0.17.0
 revision=1
+archs="~armv*"
 build_style=cargo
 build_helper=qemu
+hostmakedepends="pkg-config"
 short_desc="Terminal workspace with batteries included"
 maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="MIT"

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

* Re: [PR REVIEW] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (3 preceding siblings ...)
  2021-09-17 13:17 ` kartikynwa
@ 2021-09-17 13:40 ` ahesford
  2021-09-17 13:52 ` [PR PATCH] [Updated] " kartikynwa
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ahesford @ 2021-09-17 13:40 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#discussion_r711065119

Comment:
In general, negated `archs` lists are bad. `xbps-src` supports a lot more than the 9 official build architectures. Because `wasmer-vm` explicitly supports `x86_64`, `x86` and `aarch64`, you should do
```sh
archs="x86_64* aarch64* i686"
```
if you can't patch the crate to support more.

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (4 preceding siblings ...)
  2021-09-17 13:40 ` [PR REVIEW] " ahesford
@ 2021-09-17 13:52 ` kartikynwa
  2021-09-17 13:55 ` [PR REVIEW] " kartikynwa
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 2105 bytes --]

From 545a39f4757ac51f9c7417b270d9aa88a5906ea6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH 1/2] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ede547eda0df
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,28 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

From e0571f3f20afa35ece6e6d985dcfcf9b725d8206 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 18:47:48 +0530
Subject: [PATCH 2/2] Add pkg-config

---
 srcpkgs/zellij/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index ede547eda0df..fbd2a149d157 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -2,8 +2,10 @@
 pkgname=zellij
 version=0.17.0
 revision=1
+archs="~armv*"
 build_style=cargo
 build_helper=qemu
+hostmakedepends="pkg-config"
 short_desc="Terminal workspace with batteries included"
 maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="MIT"

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

* Re: [PR REVIEW] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (5 preceding siblings ...)
  2021-09-17 13:52 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-17 13:55 ` kartikynwa
  2021-09-17 13:56 ` [PR PATCH] [Updated] " kartikynwa
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 13:55 UTC (permalink / raw)
  To: ml

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

New review comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#discussion_r711078133

Comment:
I'll do this. A dependent crate craps out for armv6/7 saying it's unsupported.

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (6 preceding siblings ...)
  2021-09-17 13:55 ` [PR REVIEW] " kartikynwa
@ 2021-09-17 13:56 ` kartikynwa
  2021-09-17 14:20 ` kartikynwa
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1503 bytes --]

From 17c4f82dd3b3a5da15ec455526f518fece56e87f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ace290d7bdac
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,31 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (7 preceding siblings ...)
  2021-09-17 13:56 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-17 14:20 ` kartikynwa
  2021-09-17 14:40 ` [PR REVIEW] " kartikynwa
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 14:20 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#issuecomment-921836614

Comment:
Seems like builds are all passing now. But one failed because cargo failed to fetch the dependency. I'll try force pushing a commit later to restart CI.

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

* Re: [PR REVIEW] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (8 preceding siblings ...)
  2021-09-17 14:20 ` kartikynwa
@ 2021-09-17 14:40 ` kartikynwa
  2021-09-18  5:06 ` [PR PATCH] [Updated] " kartikynwa
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-17 14:40 UTC (permalink / raw)
  To: ml

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

New review comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#discussion_r711116863

Comment:
Done

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (9 preceding siblings ...)
  2021-09-17 14:40 ` [PR REVIEW] " kartikynwa
@ 2021-09-18  5:06 ` kartikynwa
  2021-09-18  5:48 ` kartikynwa
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-18  5:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1503 bytes --]

From 0437b334d8408714a97f086d2cb1b951d1351004 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ace290d7bdac
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,31 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (10 preceding siblings ...)
  2021-09-18  5:06 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-18  5:48 ` kartikynwa
  2021-09-19 20:24 ` kartikynwa
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-18  5:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1503 bytes --]

From 7cab688bac1bd7860a921c23e33c30c532e620f2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ace290d7bdac
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,31 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (11 preceding siblings ...)
  2021-09-18  5:48 ` kartikynwa
@ 2021-09-19 20:24 ` kartikynwa
  2021-09-19 21:29 ` Johnnynator
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-19 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1503 bytes --]

From 7cab688bac1bd7860a921c23e33c30c532e620f2 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..ace290d7bdac
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,31 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (12 preceding siblings ...)
  2021-09-19 20:24 ` kartikynwa
@ 2021-09-19 21:29 ` Johnnynator
  2021-09-19 21:49 ` [PR PATCH] [Updated] " kartikynwa
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Johnnynator @ 2021-09-19 21:29 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#issuecomment-922539771

Comment:
Please at a comment to template why the arch is restricted (and maybe a link to the upstream documentation pointing it out)

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (13 preceding siblings ...)
  2021-09-19 21:29 ` Johnnynator
@ 2021-09-19 21:49 ` kartikynwa
  2021-09-19 21:50 ` kartikynwa
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-19 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1678 bytes --]

From b8989516f9d9465fb7f0262a05dd54b3ba73c125 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..b322fd25f1e3
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	STARSHIP="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${STARSHIP} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${STARSHIP} setup --generate-completion bash > zellij.bash
+	vtargetrun ${STARSHIP} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (14 preceding siblings ...)
  2021-09-19 21:49 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-19 21:50 ` kartikynwa
  2021-09-19 21:55 ` kartikynwa
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-19 21:50 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#issuecomment-922542363

Comment:
@Johnnynator Have added comments explaining the arch choice: https://github.com/void-linux/void-packages/pull/32990/files#diff-875aae87a3c8acfe875a587b9952e420b23c2f2dba886b06875fa2dfb8b29386R5-R6

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

* Re: New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (15 preceding siblings ...)
  2021-09-19 21:50 ` kartikynwa
@ 2021-09-19 21:55 ` kartikynwa
  2021-09-19 23:41 ` [PR REVIEW] " ericonr
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-19 21:55 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#issuecomment-922542363

Comment:
@Johnnynator Have added comments explaining the arch choice: https://github.com/void-linux/void-packages/pull/32990/files#diff-875aae87a3c8acfe875a587b9952e420b23c2f2dba886b06875fa2dfb8b29386R5-R6

edit: Please feel free to suggest any other changes

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

* Re: [PR REVIEW] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (16 preceding siblings ...)
  2021-09-19 21:55 ` kartikynwa
@ 2021-09-19 23:41 ` ericonr
  2021-09-20  3:12 ` [PR PATCH] [Updated] " kartikynwa
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2021-09-19 23:41 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#discussion_r711822160

Comment:
You probably copied from starship, but i think it makes sense to change the variable's name :p

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (17 preceding siblings ...)
  2021-09-19 23:41 ` [PR REVIEW] " ericonr
@ 2021-09-20  3:12 ` kartikynwa
  2021-09-20  3:33 ` [PR REVIEW] " kartikynwa
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-20  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From 5380a26c378aaf86965cff7d4066f89c3955ea8a Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.17.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..55e4085fb8b4
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.17.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR REVIEW] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (18 preceding siblings ...)
  2021-09-20  3:12 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-20  3:33 ` kartikynwa
  2021-10-01 16:16 ` [PR PATCH] [Updated] " kartikynwa
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-09-20  3:33 UTC (permalink / raw)
  To: ml

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

New review comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#discussion_r711859274

Comment:
Done

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

* Re: [PR PATCH] [Updated] New package: zellij-0.17.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (19 preceding siblings ...)
  2021-09-20  3:33 ` [PR REVIEW] " kartikynwa
@ 2021-10-01 16:16 ` kartikynwa
  2021-10-22 17:17 ` [PR PATCH] [Updated] New package: zellij-0.18.1 kartikynwa
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-10-01 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.17.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From 6f574193d325434ea689c564407a661de38a36cb Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.18.1

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..09bec9983a81
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.18.1
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=6b12ea039462db0c585b17a153acbd2627b8bd41e6f7615e4c2f718ccc4c9b93
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.18.1
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (20 preceding siblings ...)
  2021-10-01 16:16 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-10-22 17:17 ` kartikynwa
  2021-10-22 17:18 ` [PR PATCH] [Updated] New package: zellij-0.19.0 kartikynwa
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-10-22 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.18.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From 982d230d352f76b357bdb574f54726cf043444d4 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.18.1

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..0ba14ed5f4fe
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.19.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=41cc2a6ee126907bf4b9499d41bccecaa28f631c46edaf140990e1ac2c85a4ca
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.19.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (21 preceding siblings ...)
  2021-10-22 17:17 ` [PR PATCH] [Updated] New package: zellij-0.18.1 kartikynwa
@ 2021-10-22 17:18 ` kartikynwa
  2021-11-12 18:27 ` kartikynwa
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-10-22 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.19.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From 4266deb5d6421515017ee352ab95de496173f9c6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.19.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..0ba14ed5f4fe
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.19.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=41cc2a6ee126907bf4b9499d41bccecaa28f631c46edaf140990e1ac2c85a4ca
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.19.0
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (22 preceding siblings ...)
  2021-10-22 17:18 ` [PR PATCH] [Updated] New package: zellij-0.19.0 kartikynwa
@ 2021-11-12 18:27 ` kartikynwa
  2021-11-12 18:35 ` New package: zellij-0.20.1 kartikynwa
  2021-11-12 18:35 ` [PR PATCH] [Closed]: " kartikynwa
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-11-12 18:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages new-package-zellij
https://github.com/void-linux/void-packages/pull/32990

New package: zellij-0.19.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-zellij-32990.patch --]
[-- Type: text/x-diff, Size: 1670 bytes --]

From a71a89e71aa38905a57c08af9e1b32b54a9bb64e Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 17 Sep 2021 14:01:02 +0530
Subject: [PATCH] New package: zellij-0.20.1

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..95189df5534e
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.20.1
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Terminal workspace with batteries included"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="MIT"
+homepage="https://github.com/zellij-org/zellij"
+distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
+checksum=aa2cc622f924c1d41a8b1b616aae3d7b989e483bca1041061db43b6d0c6c9f52
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh  > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.fish fish
+	vcompletion zellij.zsh zsh
+
+	vlicense LICENSE.md
+	vdoc docs/MANPAGE.md
+}

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

* Re: New package: zellij-0.20.1
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (23 preceding siblings ...)
  2021-11-12 18:27 ` kartikynwa
@ 2021-11-12 18:35 ` kartikynwa
  2021-11-12 18:35 ` [PR PATCH] [Closed]: " kartikynwa
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-11-12 18:35 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32990#issuecomment-967331408

Comment:
Seems like newer rust is needed for the new version. Will close the PR for the meanwhile.

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

* Re: [PR PATCH] [Closed]: New package: zellij-0.20.1
  2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
                   ` (24 preceding siblings ...)
  2021-11-12 18:35 ` New package: zellij-0.20.1 kartikynwa
@ 2021-11-12 18:35 ` kartikynwa
  25 siblings, 0 replies; 27+ messages in thread
From: kartikynwa @ 2021-11-12 18:35 UTC (permalink / raw)
  To: ml

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

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

New package: zellij-0.20.1
https://github.com/void-linux/void-packages/pull/32990

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  - I have been using the zellij for a couple of days and have only written the template for it today. Let me know if you have any questions. 
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

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

end of thread, other threads:[~2021-11-12 18:35 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17  8:34 [PR PATCH] New package: zellij-0.17.0 kartikynwa
2021-09-17  9:23 ` [PR PATCH] [Updated] " kartikynwa
2021-09-17  9:39 ` kartikynwa
2021-09-17 12:45 ` kartikynwa
2021-09-17 13:17 ` kartikynwa
2021-09-17 13:40 ` [PR REVIEW] " ahesford
2021-09-17 13:52 ` [PR PATCH] [Updated] " kartikynwa
2021-09-17 13:55 ` [PR REVIEW] " kartikynwa
2021-09-17 13:56 ` [PR PATCH] [Updated] " kartikynwa
2021-09-17 14:20 ` kartikynwa
2021-09-17 14:40 ` [PR REVIEW] " kartikynwa
2021-09-18  5:06 ` [PR PATCH] [Updated] " kartikynwa
2021-09-18  5:48 ` kartikynwa
2021-09-19 20:24 ` kartikynwa
2021-09-19 21:29 ` Johnnynator
2021-09-19 21:49 ` [PR PATCH] [Updated] " kartikynwa
2021-09-19 21:50 ` kartikynwa
2021-09-19 21:55 ` kartikynwa
2021-09-19 23:41 ` [PR REVIEW] " ericonr
2021-09-20  3:12 ` [PR PATCH] [Updated] " kartikynwa
2021-09-20  3:33 ` [PR REVIEW] " kartikynwa
2021-10-01 16:16 ` [PR PATCH] [Updated] " kartikynwa
2021-10-22 17:17 ` [PR PATCH] [Updated] New package: zellij-0.18.1 kartikynwa
2021-10-22 17:18 ` [PR PATCH] [Updated] New package: zellij-0.19.0 kartikynwa
2021-11-12 18:27 ` kartikynwa
2021-11-12 18:35 ` New package: zellij-0.20.1 kartikynwa
2021-11-12 18:35 ` [PR PATCH] [Closed]: " kartikynwa

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