Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ncgopher-0.4.0
@ 2022-08-03  1:07 Goorzhel
  2022-08-03  1:09 ` [PR PATCH] [Updated] " Goorzhel
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  1:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages ncgopher
https://github.com/void-linux/void-packages/pull/38444

New package: ncgopher-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38444.patch is attached

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

From 9052a96eb15004f2a69d37b68f0f0db0e9dc2a72 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 17:58:27 -0700
Subject: [PATCH] New package: ncgopher-0.4.0

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

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
new file mode 100644
index 000000000000..098bb544c6fc
--- /dev/null
+++ b/srcpkgs/ncgopher/template
@@ -0,0 +1,17 @@
+# Template file for 'ncgopher'
+pkgname=ncgopher
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="ncurses-devel openssl-devel pkg-config sqlite-devel"
+depends="ncurses"
+short_desc="Gopher, gemini, and finger client based on ncurses"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/jansc/ncgopher"
+distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
+checksum=7666222ed7e6ad811622905a86e474957350f3d3022c4548dbadbce60b91084d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
@ 2022-08-03  1:09 ` Goorzhel
  2022-08-03  2:11 ` [PR REVIEW] " classabbyamp
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  1:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages ncgopher
https://github.com/void-linux/void-packages/pull/38444

New package: ncgopher-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38444.patch is attached

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

From bc804354058a864b9775a130ce1f4f2e7f9c9363 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 17:58:27 -0700
Subject: [PATCH] New package: ncgopher-0.4.0

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

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
new file mode 100644
index 000000000000..709842fa03b1
--- /dev/null
+++ b/srcpkgs/ncgopher/template
@@ -0,0 +1,18 @@
+# Template file for 'ncgopher'
+pkgname=ncgopher
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="ncurses-devel openssl-devel pkg-config sqlite-devel"
+depends="ncurses"
+short_desc="Gopher, gemini, and finger client based on ncurses"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/jansc/ncgopher"
+distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
+checksum=7666222ed7e6ad811622905a86e474957350f3d3022c4548dbadbce60b91084d
+
+post_install() {
+	vman ncgopher.1
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
  2022-08-03  1:09 ` [PR PATCH] [Updated] " Goorzhel
@ 2022-08-03  2:11 ` classabbyamp
  2022-08-03  3:13 ` [PR PATCH] [Updated] " Goorzhel
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-08-03  2:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#discussion_r936173593

Comment:
the devel packages should be makedepends

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

* Re: [PR PATCH] [Updated] New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
  2022-08-03  1:09 ` [PR PATCH] [Updated] " Goorzhel
  2022-08-03  2:11 ` [PR REVIEW] " classabbyamp
@ 2022-08-03  3:13 ` Goorzhel
  2022-08-03  3:14 ` Goorzhel
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  3:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages ncgopher
https://github.com/void-linux/void-packages/pull/38444

New package: ncgopher-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38444.patch is attached

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

From bc804354058a864b9775a130ce1f4f2e7f9c9363 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 17:58:27 -0700
Subject: [PATCH 1/2] New package: ncgopher-0.4.0

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

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
new file mode 100644
index 000000000000..709842fa03b1
--- /dev/null
+++ b/srcpkgs/ncgopher/template
@@ -0,0 +1,18 @@
+# Template file for 'ncgopher'
+pkgname=ncgopher
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="ncurses-devel openssl-devel pkg-config sqlite-devel"
+depends="ncurses"
+short_desc="Gopher, gemini, and finger client based on ncurses"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/jansc/ncgopher"
+distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
+checksum=7666222ed7e6ad811622905a86e474957350f3d3022c4548dbadbce60b91084d
+
+post_install() {
+	vman ncgopher.1
+	vlicense LICENSE
+}

From 82bf678d53d47f3d7363928452adb26ac7a283b6 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 20:03:43 -0700
Subject: [PATCH 2/2] ncgopher: move devels to makedepends

---
 srcpkgs/ncgopher/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
index 709842fa03b1..b10e3daf40f7 100644
--- a/srcpkgs/ncgopher/template
+++ b/srcpkgs/ncgopher/template
@@ -3,7 +3,8 @@ pkgname=ncgopher
 version=0.4.0
 revision=1
 build_style=cargo
-hostmakedepends="ncurses-devel openssl-devel pkg-config sqlite-devel"
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel openssl-devel sqlite-devel"
 depends="ncurses"
 short_desc="Gopher, gemini, and finger client based on ncurses"
 maintainer="Antonio Gurgel <antonio@goorzhel.com>"

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (2 preceding siblings ...)
  2022-08-03  3:13 ` [PR PATCH] [Updated] " Goorzhel
@ 2022-08-03  3:14 ` Goorzhel
  2022-08-03  3:14 ` Goorzhel
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  3:14 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1203434730

Comment:
On my host:
```
❯ git config alias.b
rev-parse --abbrev-ref HEAD
❯ ./xbps-src -a aarch64 pkg $(git b)
<...>
  --- stderr
  thread 'main' panicked at '/builddir/ncgopher-0.4.0/target/aarch64-unknown-linux-gnu/release/build/ncurses-e718d8c075f3805b/out/chtype_size failed: Os { code: 8, kind: Uncategorized, message: "Exec format error" }', /host/cargo/registry/src/github.com-1ecc6299db9ec823/ncurses-5.101.0/build.rs:107:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: ncgopher-0.4.0_1: do_build: '${make_cmd} build --
```
Let's hope CI behaves differently.

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (3 preceding siblings ...)
  2022-08-03  3:14 ` Goorzhel
@ 2022-08-03  3:14 ` Goorzhel
  2022-08-03  3:17 ` classabbyamp
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  3:14 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1203434730

Comment:
(I'll squash when it's ready.)
On my host:
```
❯ git config alias.b
rev-parse --abbrev-ref HEAD
❯ ./xbps-src -a aarch64 pkg $(git b)
<...>
  --- stderr
  thread 'main' panicked at '/builddir/ncgopher-0.4.0/target/aarch64-unknown-linux-gnu/release/build/ncurses-e718d8c075f3805b/out/chtype_size failed: Os { code: 8, kind: Uncategorized, message: "Exec format error" }', /host/cargo/registry/src/github.com-1ecc6299db9ec823/ncurses-5.101.0/build.rs:107:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
=> ERROR: ncgopher-0.4.0_1: do_build: '${make_cmd} build --
```
Let's hope CI behaves differently.

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (4 preceding siblings ...)
  2022-08-03  3:14 ` Goorzhel
@ 2022-08-03  3:17 ` classabbyamp
  2022-08-03  3:38 ` Goorzhel
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-08-03  3:17 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1203435969

Comment:
ah I think it's trying to run ncursesw6-config from ncurses-devel, which means it should be in both hostmake and make

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (5 preceding siblings ...)
  2022-08-03  3:17 ` classabbyamp
@ 2022-08-03  3:38 ` Goorzhel
  2022-08-03  3:45 ` [PR PATCH] [Updated] " Goorzhel
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  3:38 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1203446332

Comment:
Abby and I found out on IRC that this is https://github.com/jeaye/ncurses-rs/issues/184.

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

* Re: [PR PATCH] [Updated] New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (6 preceding siblings ...)
  2022-08-03  3:38 ` Goorzhel
@ 2022-08-03  3:45 ` Goorzhel
  2022-11-02  2:14 ` github-actions
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-08-03  3:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages ncgopher
https://github.com/void-linux/void-packages/pull/38444

New package: ncgopher-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38444.patch is attached

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

From c347a73c74f8bf1cb33fc47cb9bc545914942474 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 20:45:34 -0700
Subject: [PATCH] New package: ncgopher-0.4.0

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

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
new file mode 100644
index 000000000000..ef49f0a91c6e
--- /dev/null
+++ b/srcpkgs/ncgopher/template
@@ -0,0 +1,21 @@
+# Template file for 'ncgopher'
+pkgname=ncgopher
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel openssl-devel sqlite-devel"
+depends="ncurses"
+short_desc="Gopher, gemini, and finger client based on ncurses"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/jansc/ncgopher"
+changelog="https://raw.githubusercontent.com/jansc/ncgopher/master/CHANGELOG"
+distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
+checksum=7666222ed7e6ad811622905a86e474957350f3d3022c4548dbadbce60b91084d
+nocross="https://github.com/jeaye/ncurses-rs/issues/184"
+
+post_install() {
+	vman ncgopher.1
+	vlicense LICENSE
+}

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (7 preceding siblings ...)
  2022-08-03  3:45 ` [PR PATCH] [Updated] " Goorzhel
@ 2022-11-02  2:14 ` github-actions
  2022-11-02  2:36 ` classabbyamp
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-11-02  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1299465570

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (8 preceding siblings ...)
  2022-11-02  2:14 ` github-actions
@ 2022-11-02  2:36 ` classabbyamp
  2022-11-02 15:11 ` [PR PATCH] [Updated] " Goorzhel
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-11-02  2:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1299482512

Comment:
can you rebase this?

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

* Re: [PR PATCH] [Updated] New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (9 preceding siblings ...)
  2022-11-02  2:36 ` classabbyamp
@ 2022-11-02 15:11 ` Goorzhel
  2023-02-02  2:01 ` github-actions
  2023-02-07  2:02 ` [PR PATCH] [Closed]: " Goorzhel
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2022-11-02 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages ncgopher
https://github.com/void-linux/void-packages/pull/38444

New package: ncgopher-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38444.patch is attached

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

From 23792c3e79090ed773a2922769052549ee3840ac Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 2 Aug 2022 20:45:34 -0700
Subject: [PATCH] New package: ncgopher-0.4.0

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

diff --git a/srcpkgs/ncgopher/template b/srcpkgs/ncgopher/template
new file mode 100644
index 000000000000..ef49f0a91c6e
--- /dev/null
+++ b/srcpkgs/ncgopher/template
@@ -0,0 +1,21 @@
+# Template file for 'ncgopher'
+pkgname=ncgopher
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel openssl-devel sqlite-devel"
+depends="ncurses"
+short_desc="Gopher, gemini, and finger client based on ncurses"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/jansc/ncgopher"
+changelog="https://raw.githubusercontent.com/jansc/ncgopher/master/CHANGELOG"
+distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
+checksum=7666222ed7e6ad811622905a86e474957350f3d3022c4548dbadbce60b91084d
+nocross="https://github.com/jeaye/ncurses-rs/issues/184"
+
+post_install() {
+	vman ncgopher.1
+	vlicense LICENSE
+}

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

* Re: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (10 preceding siblings ...)
  2022-11-02 15:11 ` [PR PATCH] [Updated] " Goorzhel
@ 2023-02-02  2:01 ` github-actions
  2023-02-07  2:02 ` [PR PATCH] [Closed]: " Goorzhel
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-02-02  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38444#issuecomment-1413042058

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: ncgopher-0.4.0
  2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
                   ` (11 preceding siblings ...)
  2023-02-02  2:01 ` github-actions
@ 2023-02-07  2:02 ` Goorzhel
  12 siblings, 0 replies; 14+ messages in thread
From: Goorzhel @ 2023-02-07  2:02 UTC (permalink / raw)
  To: ml

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

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

New package: ncgopher-0.4.0
https://github.com/void-linux/void-packages/pull/38444

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->


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

end of thread, other threads:[~2023-02-07  2:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03  1:07 [PR PATCH] New package: ncgopher-0.4.0 Goorzhel
2022-08-03  1:09 ` [PR PATCH] [Updated] " Goorzhel
2022-08-03  2:11 ` [PR REVIEW] " classabbyamp
2022-08-03  3:13 ` [PR PATCH] [Updated] " Goorzhel
2022-08-03  3:14 ` Goorzhel
2022-08-03  3:14 ` Goorzhel
2022-08-03  3:17 ` classabbyamp
2022-08-03  3:38 ` Goorzhel
2022-08-03  3:45 ` [PR PATCH] [Updated] " Goorzhel
2022-11-02  2:14 ` github-actions
2022-11-02  2:36 ` classabbyamp
2022-11-02 15:11 ` [PR PATCH] [Updated] " Goorzhel
2023-02-02  2:01 ` github-actions
2023-02-07  2:02 ` [PR PATCH] [Closed]: " Goorzhel

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