Github messages for voidlinux
 help / color / mirror / Atom feed
From: vaporup <vaporup@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: ssh-tools-1.6
Date: Sat, 31 Jul 2021 21:46:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32275@inbox.vuxu.org> (raw)

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

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

https://github.com/vaporup/void-packages master
https://github.com/void-linux/void-packages/pull/32275

New package: ssh-tools-1.6

#### 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 generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 

- [x] 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/32275.patch is attached

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

From 7b2ef65840a1c825b9eb1d267417691a574c03b7 Mon Sep 17 00:00:00 2001
From: Sven Wick <sven.wick@gmx.de>
Date: Sat, 31 Jul 2021 21:41:08 +0200
Subject: [PATCH] New package: ssh-tools-1.6

---
 srcpkgs/ssh-tools/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/ssh-tools/template

diff --git a/srcpkgs/ssh-tools/template b/srcpkgs/ssh-tools/template
new file mode 100644
index 000000000000..9bace4815454
--- /dev/null
+++ b/srcpkgs/ssh-tools/template
@@ -0,0 +1,36 @@
+# Template file for 'ssh-tools'
+pkgname=ssh-tools
+version=1.6
+revision=1
+makedepends="help2man"
+depends="openssh colordiff"
+short_desc="Collection of various tools using ssh"
+maintainer="Sven Wick <sven.wick@gmx.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/vaporup/ssh-tools/"
+distfiles="https://github.com/vaporup/${pkgname}/archive/v${version}.tar.gz"
+checksum=5f6618894108a3f0b240ae908c3465430456e99fe1048cc0a589f1b8cfbbf6e4
+
+do_build() {
+
+	mkdir -p ${XBPS_BUILDDIR}/man
+
+	help2man -n "check if host is reachable using ssh_config"           -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-ping.1        ./ssh-ping
+	help2man -n "shows version of the SSH server you are connecting to" -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-version.1     ./ssh-version
+	help2man -n "diff a file over SSH"                                  -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-diff.1        ./ssh-diff
+	help2man -n "get some facts about the remote system"                -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-facts.1       ./ssh-facts
+	help2man -n "prints server host keys in several formats"            -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-hostkeys.1    ./ssh-hostkeys
+	help2man -n "shows validity and information of SSH certificates"    -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-certinfo.1    ./ssh-certinfo
+	help2man -n "prints keys in several formats"                        -S SSH-TOOLS -N --version-string " " -o ${XBPS_BUILDDIR}/man/ssh-keyinfo.1     ./ssh-keyinfo
+
+}
+
+pre_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+}
+
+do_install() {
+	vcopy "ssh-*" usr/bin
+	vcopy "${XBPS_BUILDDIR}/man/ssh-*" usr/share/man/man1
+}

             reply	other threads:[~2021-07-31 19:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31 19:46 vaporup [this message]
2021-08-09 21:47 ` [PR REVIEW] " abenson
2021-08-10 13:57 ` vaporup
2021-08-10 14:05 ` ericonr
2021-08-10 19:14 ` Chocimier
2021-08-10 22:19 ` vaporup
2021-08-11  1:40 ` ericonr
2021-08-13 18:40 ` [PR PATCH] [Updated] " vaporup
2021-08-13 18:44 ` vaporup
2021-08-13 18:56 ` vaporup
2021-08-13 18:57 ` [PR REVIEW] " vaporup
2021-11-01 12:33 ` vaporup
2021-11-01 12:33 ` [PR PATCH] [Closed]: " vaporup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32275@inbox.vuxu.org \
    --to=vaporup@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).