gentoo/net-misc/s3h/s3h-1.8.ebuild

23 lines
419 B
Bash
Raw Normal View History

2024-09-27 22:01:49 +02:00
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2024-09-27 22:06:48 +02:00
DESCRIPTION="dialog based ssh client wrapper"
2024-09-27 22:01:49 +02:00
HOMEPAGE="https://source.devloop.de/s3h/s3h"
2024-09-27 22:20:24 +02:00
SRC_URI="https://source.devloop.de/s3h/s3h/raw/tag/${PV}/s3h.sh"
2024-09-27 22:01:49 +02:00
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
2024-09-27 22:38:20 +02:00
S="${WORKDIR}/s3h-${PV}"
2024-09-27 22:01:49 +02:00
DEPEND="dev-util/dialog"
RDEPEND="${DEPEND}"
BDEPEND=""
2024-09-27 22:38:20 +02:00
src_prepare() {
true
}