mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
21 lines
720 B
Text
21 lines
720 B
Text
# Contributor: Sven Wick <sven.wick@gmx.de>
|
|
# Maintainer: Sven Wick <sven.wick@gmx.de>
|
|
|
|
pkgname=ssh-tools
|
|
pkgver=1.8
|
|
pkgrel=0
|
|
pkgdesc="collection of various tools using ssh"
|
|
arch="noarch"
|
|
url="https://codeberg.org/vaporup/ssh-tools"
|
|
license="GPL-3.0-or-later"
|
|
depends="bash perl colordiff cmd:ssh cmd:ssh-keygen cmd:ssh-keyscan cmd:column"
|
|
source="ssh-tools-$pkgver.tar.gz::https://codeberg.org/vaporup/ssh-tools/archive/v$pkgver.tar.gz"
|
|
options="!check" # does not have a testsuite
|
|
|
|
package() {
|
|
install -Dt "$pkgdir/usr/bin" $srcdir/ssh-tools/ssh-*
|
|
}
|
|
|
|
sha512sums="
|
|
1bd2c344853401249e64460d89ee67aa55697ec42f98ad22c7f47cb18dca02f17157a3b69bc4d329813488d2ebb01a6af2d29849e96c9b0cfc02866f62d10c01 ssh-tools-1.8.tar.gz
|
|
"
|