Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] added zssh
@ 2023-03-03 16:41 ufud-org
  2023-03-03 16:45 ` New package: zssh ufud-org
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: ufud-org @ 2023-03-03 16:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH] added zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

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

end of thread, other threads:[~2023-06-17  1:56 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 16:41 [PR PATCH] added zssh ufud-org
2023-03-03 16:45 ` New package: zssh ufud-org
2023-03-03 16:46 ` [PR REVIEW] " classabbyamp
2023-03-03 16:46 ` classabbyamp
2023-03-03 16:53 ` ufud-org
2023-03-03 16:53 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:55 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:57 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:03 ` [PR REVIEW] " ufud-org
2023-03-03 17:03 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:07 ` ufud-org
2023-03-03 17:18 ` paper42
2023-03-03 17:20 ` ufud-org
2023-03-03 17:21 ` ufud-org
2023-03-03 17:24 ` ufud-org
2023-03-03 17:25 ` paper42
2023-03-03 17:31 ` ufud-org
2023-03-03 17:38 ` [PR REVIEW] " classabbyamp
2023-03-03 17:40 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:41 ` [PR REVIEW] " ufud-org
2023-03-03 17:44 ` paper42
2023-03-03 17:45 ` paper42
2023-03-03 18:49 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 18:50 ` [PR REVIEW] " ufud-org
2023-03-03 19:23 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 19:28 ` [PR REVIEW] " ufud-org
2023-06-02  2:04 ` github-actions
2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions

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