summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-02-10 00:19:26 -0600
committerTim Harder <radhermit@gentoo.org>2019-02-10 00:46:47 -0600
commitee6f9ce1c1439dc795e8274fb494e6118d4bb282 (patch)
tree17b9e867bc1eac9766121a2b1dba6ce4c3cd34ca /net-misc/autossh/autossh-1.4g.ebuild
parentwww-client/chromium: stable channel bump (72.0.3626.96) (diff)
downloadgentoo-ee6f9ce1c1439dc795e8274fb494e6118d4bb282.tar.gz
gentoo-ee6f9ce1c1439dc795e8274fb494e6118d4bb282.tar.bz2
gentoo-ee6f9ce1c1439dc795e8274fb494e6118d4bb282.zip
net-misc/autossh: version bump to 1.4g
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-misc/autossh/autossh-1.4g.ebuild')
-rw-r--r--net-misc/autossh/autossh-1.4g.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild
new file mode 100644
index 000000000000..14991df99f5a
--- /dev/null
+++ b/net-misc/autossh/autossh-1.4g.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Automatically restart SSH sessions and tunnels"
+HOMEPAGE="http://www.harding.motd.ca/autossh/"
+SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND="net-misc/openssh"
+
+src_install() {
+ dobin autossh
+ dodoc CHANGES README autossh.host rscreen
+ doman autossh.1
+}