From ba50878ad2e76648314c3d6abb13dd170f1a6cf6 Mon Sep 17 00:00:00 2001 From: uriahheep Date: Fri, 25 Sep 2015 01:28:57 -0400 Subject: [PATCH] New package: autossh-1.4e --- srcpkgs/autossh/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/autossh/template diff --git a/srcpkgs/autossh/template b/srcpkgs/autossh/template new file mode 100644 index 0000000000..a75275b995 --- /dev/null +++ b/srcpkgs/autossh/template @@ -0,0 +1,22 @@ +# Template file for 'autossh' +pkgname=autossh +version=1.4e +revision=1 +build_style=gnu-configure +short_desc="Automatically restart SSH sessions and tunnels" +maintainer="uriahheep " +license="BSD" +hostmakedepends="openssh" +homepage="http://www.harding.motd.ca/autossh/" +distfiles="http://www.harding.motd.ca/autossh/autossh-$version.tgz" +checksum=9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 + +do_install() { + vbin autossh + vdoc CHANGES + vdoc README + vsconf autossh.host + head -n 24 autossh.c > LICENSE + vlicense LICENSE + vman autossh.1 +}