parent
501c501817
commit
418a4cefa7
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Autossh < Formula
|
||||
homepage 'http://www.harding.motd.ca/autossh/'
|
||||
url 'http://www.harding.motd.ca/autossh/autossh-1.4c.tgz'
|
||||
sha1 'd9a1d5a2987e7e5a444b00e63d6590936da1e1f2'
|
||||
homepage "http://www.harding.motd.ca/autossh/"
|
||||
url "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
|
||||
mirror "http://ftp.de.debian.org/debian/pool/main/a/autossh/autossh_1.4c.orig.tar.gz"
|
||||
sha1 "d9a1d5a2987e7e5a444b00e63d6590936da1e1f2"
|
||||
|
||||
patch :DATA
|
||||
|
||||
|
@ -12,7 +13,7 @@ class Autossh < Formula
|
|||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
bin.install 'rscreen'
|
||||
bin.install "rscreen"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue