mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
19 lines
702 B
Text
19 lines
702 B
Text
# Contributor: Sven Wick <sven.wick@gmx.de>
|
|
# Maintainer: Sven Wick <sven.wick@gmx.de>
|
|
|
|
pkgname="ssh-tools"
|
|
pkgver="1.5"
|
|
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:tput"
|
|
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="70fd63661d33c79037a9bd62457a583452f5763a32467d0d1058638afe2a9e5e033917ca0d1e627a4db69bc7451097a36a57a763d5bc436f224ecf27eb759e19 ssh-tools-1.5.tar.gz"
|