| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~amd64 | 0 |
# 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
}
net-misc/sshpass virtual/ssh
| 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 |