Formula for synergy desktop sharing tool.
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Binary install; source install doesn't work cleanly yet.
This commit is contained in:
parent
cd435bb7c8
commit
53fd1ede11
1 changed files with 13 additions and 0 deletions
13
Formula/synergy.rb
Normal file
13
Formula/synergy.rb
Normal 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
|
Loading…
Reference in a new issue