Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: upterm-0.7.6
@ 2022-03-15 13:47 hervyqa
  2022-03-23 13:35 ` [PR REVIEW] " tibequadorian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hervyqa @ 2022-03-15 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages upterm
https://github.com/void-linux/void-packages/pull/36150

New package: upterm-0.7.6
[upterm.dev](https://github.com/owenthereal/upterm/) alternative [tmate.io](https://github.com/tmate-io/tmate/) (tmux fork) for sharing terminal session.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From d63e95b411d78bfe29177b327808155e157d9781 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Thu, 3 Mar 2022 10:48:23 +0700
Subject: [PATCH] New package: upterm-0.7.6

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

diff --git a/srcpkgs/upterm/template b/srcpkgs/upterm/template
new file mode 100644
index 000000000000..d47173afd97b
--- /dev/null
+++ b/srcpkgs/upterm/template
@@ -0,0 +1,23 @@
+# Template file for 'upterm'
+pkgname=upterm
+version=0.7.6
+revision=1
+wrksrc="upterm-$version"
+build_style=go
+go_import_path="github.com/owenthereal/upterm"
+go_package="${go_import_path}/cmd/upterm"
+hostmakedepends="git"
+short_desc="Secure Terminal Sharing"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/owenthereal/upterm/"
+distfiles="https://github.com/owenthereal/upterm/archive/refs/tags/v$version.tar.gz"
+checksum=26ceb5eee035d4e1a08240aced75a20f2e54b1e192eef0bf5eb51d0195997f8c
+
+post_install() {
+	vcompletion etc/completion/upterm.zsh_completion zsh
+	vcompletion etc/completion/upterm.bash_completion.sh bash
+	for man in etc/man/man1/*.1; do
+		vman "${man}"
+	done
+}

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

* Re: [PR REVIEW] New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
@ 2022-03-23 13:35 ` tibequadorian
  2022-03-23 19:29 ` paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-23 13:35 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36150#discussion_r833274223

Comment:
```suggestion
```
Not necessary, `wrksrc` is `${pkgname}-${version}` by default.

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

* Re: [PR REVIEW] New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
  2022-03-23 13:35 ` [PR REVIEW] " tibequadorian
@ 2022-03-23 19:29 ` paper42
  2022-03-23 23:39 ` [PR PATCH] [Updated] " hervyqa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-03-23 19:29 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36150#discussion_r833648086

Comment:
this shouldn't be required

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

* Re: [PR PATCH] [Updated] New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
  2022-03-23 13:35 ` [PR REVIEW] " tibequadorian
  2022-03-23 19:29 ` paper42
@ 2022-03-23 23:39 ` hervyqa
  2022-03-23 23:46 ` [PR REVIEW] " hervyqa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hervyqa @ 2022-03-23 23:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages upterm
https://github.com/void-linux/void-packages/pull/36150

New package: upterm-0.7.6
[upterm.dev](https://github.com/owenthereal/upterm/) alternative [tmate.io](https://github.com/tmate-io/tmate/) (tmux fork) for sharing terminal session.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 2d1748bdc199342cb56375bcc21b32b3261aad0a Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Thu, 3 Mar 2022 10:48:23 +0700
Subject: [PATCH] New package: upterm-0.7.6

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

diff --git a/srcpkgs/upterm/template b/srcpkgs/upterm/template
new file mode 100644
index 000000000000..362f919c40ef
--- /dev/null
+++ b/srcpkgs/upterm/template
@@ -0,0 +1,21 @@
+# Template file for 'upterm'
+pkgname=upterm
+version=0.7.6
+revision=1
+build_style=go
+go_import_path="github.com/owenthereal/upterm"
+go_package="${go_import_path}/cmd/upterm"
+short_desc="Secure Terminal Sharing"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/owenthereal/upterm/"
+distfiles="https://github.com/owenthereal/upterm/archive/refs/tags/v$version.tar.gz"
+checksum=26ceb5eee035d4e1a08240aced75a20f2e54b1e192eef0bf5eb51d0195997f8c
+
+post_install() {
+	vcompletion etc/completion/upterm.zsh_completion zsh
+	vcompletion etc/completion/upterm.bash_completion.sh bash
+	for man in etc/man/man1/*.1; do
+		vman "${man}"
+	done
+}

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

* Re: [PR REVIEW] New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
                   ` (2 preceding siblings ...)
  2022-03-23 23:39 ` [PR PATCH] [Updated] " hervyqa
@ 2022-03-23 23:46 ` hervyqa
  2022-03-23 23:46 ` hervyqa
  2022-03-26 19:01 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: hervyqa @ 2022-03-23 23:46 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/36150#discussion_r833807447

Comment:
done..

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

* Re: [PR REVIEW] New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
                   ` (3 preceding siblings ...)
  2022-03-23 23:46 ` [PR REVIEW] " hervyqa
@ 2022-03-23 23:46 ` hervyqa
  2022-03-26 19:01 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: hervyqa @ 2022-03-23 23:46 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/36150#discussion_r833807459

Comment:
done. 👍🏼

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

* Re: [PR PATCH] [Merged]: New package: upterm-0.7.6
  2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
                   ` (4 preceding siblings ...)
  2022-03-23 23:46 ` hervyqa
@ 2022-03-26 19:01 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-03-26 19:01 UTC (permalink / raw)
  To: ml

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

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

New package: upterm-0.7.6
https://github.com/void-linux/void-packages/pull/36150

Description:
[upterm.dev](https://github.com/owenthereal/upterm/) alternative [tmate.io](https://github.com/tmate-io/tmate/) (tmux fork) for sharing terminal session.

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2022-03-26 19:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 13:47 [PR PATCH] New package: upterm-0.7.6 hervyqa
2022-03-23 13:35 ` [PR REVIEW] " tibequadorian
2022-03-23 19:29 ` paper42
2022-03-23 23:39 ` [PR PATCH] [Updated] " hervyqa
2022-03-23 23:46 ` [PR REVIEW] " hervyqa
2022-03-23 23:46 ` hervyqa
2022-03-26 19:01 ` [PR PATCH] [Merged]: " paper42

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