2021-11-29 02:12:10 -03:00

20 lines
703 B
Plaintext

# Contributor: Sven Wick <sven.wick@gmx.de>
# Maintainer: Sven Wick <sven.wick@gmx.de>
pkgname="ssh-tools"
pkgver="1.7"
pkgrel=0
pkgdesc="collection of various tools using ssh"
arch="noarch"
url="https://github.com/vaporup/ssh-tools"
license="GPL-3.0-or-later"
depends="bash colordiff cmd:ssh cmd:ssh-keygen cmd:ssh-keyscan cmd:column"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/vaporup/${pkgname}/archive/v${pkgver}.tar.gz"
options="!check" # does not have a testsuite
package() {
install -Dt "${pkgdir}/usr/bin" ssh-*
}
sha512sums="dd67f3b204c4076e72f6bfec1844f2ee54b5744320687487716549fe68f897cfb54770e860fbb8e85bdf415aed69e523c01fc88a0fe14cd0d9fce9001cadc60b ssh-tools-1.7.tar.gz"