s3h version 1.9
This commit is contained in:
30
net-misc/s3h/s3h-1.9.ebuild
Normal file
30
net-misc/s3h/s3h-1.9.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="dialog based ssh client wrapper"
|
||||
HOMEPAGE="https://source.devloop.de/damage/s3h"
|
||||
SRC_URI="https://source.devloop.de/damage/s3h/raw/tag/${PV}/s3h.sh -> ${P}"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DEPEND="dev-util/dialog"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/bin
|
||||
cp "${DISTDIR}/${P}" "${D}/usr/bin/s3h"
|
||||
chmod 0755 "${D}/usr/bin/s3h"
|
||||
}
|
Reference in New Issue
Block a user