net-misc/ssh-tools: Add new package, version 0.7

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2022-02-18 22:02:30 +01:00
parent efb30cd234
commit b9f67a0b12
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ssh-tools-1.7.tar.gz 29213 BLAKE2B 165f44d286db7084bce48116c4b914e203e6313c1624efabb0c7a9af6cac48d741a232510c33160ef2545d176c13657bc07a3de4e075ddd3f9bb1a4943398f0e SHA512 dd67f3b204c4076e72f6bfec1844f2ee54b5744320687487716549fe68f897cfb54770e860fbb8e85bdf415aed69e523c01fc88a0fe14cd0d9fce9001cadc60b

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="github">vaporup/ssh-tools</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9..10} )
DESCRIPTION="Library to read data from Mi Flora sensor"
HOMEPAGE="https://github.com/vaporup/ssh-tools"
SRC_URI="https://github.com/vaporup/ssh-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
# Don't run tests as they check the scripts against
# a single hard-coded SSH server.
RESTRICT="test"
DOCS=( "CHANGELOG.md" )
RDEPEND="net-misc/openssh"
src_install(){
default
dobin ssh-*
}