aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/synergy.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/synergy.rb b/Library/Formula/synergy.rb
deleted file mode 100644
index 96beb2fda..000000000
--- a/Library/Formula/synergy.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'formula'
-
-class Synergy < Formula
- homepage 'http://synergy-foss.org'
- version '1.3.8'
-
- if MacOS.lion?
- url 'http://synergy.googlecode.com/files/synergy-1.3.8-MacOSX107-Universal.zip'
- sha1 '6b9b0e75a468b9f9c80519894e4d2d589aca2d31'
- else
- url 'http://synergy.googlecode.com/files/synergy-1.3.8-MacOSX106-Universal.zip'
- sha1 'cedf8dc0f5f1d95b967fabcd4ed9bfc0f72840e6'
- end
-
- def install
- bin.install 'synergyc', 'synergys'
- end
-end