Formula for synergy desktop sharing tool.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Binary install; source install doesn't work cleanly yet.
master
Alex Vollmer 2010-03-17 10:17:25 -07:00 committed by Adam Vandenberg
parent cd435bb7c8
commit 53fd1ede11
1 changed files with 13 additions and 0 deletions

13
Formula/synergy.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Synergy <Formula
url 'http://downloads.sourceforge.net/project/synergy2/Binaries/1.3.1/synergy-1.3.1-1.OSX.tar.gz'
homepage 'http://sourceforge.net/projects/synergy2/'
md5 '19f8b396161a5bad982e6b7a06459a37'
version '1.3.1'
def install
bin.install 'synergyc'
bin.install 'synergys'
end
end