net-misc/gstm - 1.3.7-r1 (trolltoo)

Search

Package Information

Description:
gSTM is a front-end for managing ssh tunneled port redirections
Homepage:
https://github.com/dallenwilson/gstm
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.3.7-r1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="gSTM is a front-end for managing ssh tunneled port redirections"
HOMEPAGE="https://github.com/dallenwilson/gstm"
SRC_URI="https://github.com/dallenwilson/gstm/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	>=x11-libs/gtk+-3.24.1
	dev-libs/libxml2
	>=dev-util/intltool-0.35.0
	>=dev-libs/libappindicator-12
	"
RDEPEND="
	net-misc/openssh
	sys-apps/util-linux
	"

PATCHES="${FILESDIR}/gstm.desktop.patch"

Dependencies

DEPEND

	>=x11-libs/gtk+-3.24.1
	dev-libs/libxml2
	>=dev-util/intltool-0.35.0
	>=dev-libs/libappindicator-12
	

RDEPEND

	net-misc/openssh
	sys-apps/util-linux