net-misc/mpssh - 1.3.3 (nest)

Search

Package Information

Description:
Mass parallel ssh
Homepage:
https://github.com/ndenev/mpssh
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Mass parallel ssh"
HOMEPAGE="https://github.com/ndenev/mpssh"
SRC_URI="https://github.com/ndenev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="net-misc/openssh"

src_prepare() {
	default

	# respect CFLAGS and LDFLAGS
	sed  -i -e '/CFLAGS/s/=/ +=/' \
		-e '/LDFLAGS/s/=/+=/' \
		Makefile || die "sed faild for Makefile"
}

src_compile() {
	emake CC="$(tc-getCC)" LD="$(tc-getCC)"
}

src_install() {
	einstalldocs
	dobin mpssh
	doman mpssh.1
}

Dependencies

RDEPEND

net-misc/openssh

Manifest for 1.3.3

Type File Size Source URLs
DIST mpssh-1.3.3.tar.gz 12795 bytes https://github.com/ndenev/mpssh/archive/1.3.3.tar.gz