net-misc/fem-ssh-utils - 0.3.0 (fem-overlay)

Search

Package Information

Description:
FeM SSH utilities and configs
Homepage:
https://example.com/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P="${PN}-v${PV}"

DESCRIPTION="FeM SSH utilities and configs"
HOMEPAGE="https://example.com/"
SRC_URI="https://gitlab.fem-net.de/nex/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	net-misc/sshpass
	virtual/ssh
"

S="${WORKDIR}/${MY_P}"

src_compile() {
	:
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

Dependencies

RDEPEND

	net-misc/sshpass
	virtual/ssh

Manifest for 0.3.0

Type File Size Source URLs
DIST fem-ssh-utils-v0.3.0.tar.bz2 5498 bytes https://gitlab.fem-net.de/nex/fem-ssh-utils/-/archive/v0.3.0/fem-ssh-utils-v0.3.0.tar.bz2