holgersson-overlay/net-misc/ssh-tools/ssh-tools-1.7.ebuild
Nils Freydank de7b067d66
net-misc/ssh-tools: Add moved upstream to HOMEPAGE
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2023-11-17 22:10:51 +01:00

29 lines
590 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DESCRIPTION="Bash scripts to make ssh more convenient"
HOMEPAGE="
https://github.com/vaporup/ssh-tools
https://codeberg.org/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-*
}