homebrew-core/Formula/synergy.rb
Nicolas Bouillon 69e76e1346 Updated synergy to 1.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11 09:41:14 -08:00

13 lines
300 B
Ruby

require 'formula'
class Synergy < Formula
url 'http://synergy.googlecode.com/files/synergy-1.4.2-MacOSX106-Universal.zip'
md5 'e52ca334612c3d01920c3beb927d93de'
version '1.4.2'
homepage 'http://synergy-foss.org'
def install
bin.install 'synergyc'
bin.install 'synergys'
end
end