Merge pull request #98 from anonfunc/master

Add Casks for BetterTouchTool, Slate and gfxCardStatus.
This commit is contained in:
Paul Hinze 2012-11-18 09:37:33 -08:00
commit a85fdcf608
3 changed files with 15 additions and 0 deletions

5
Casks/bettertouchtool.rb Normal file
View File

@ -0,0 +1,5 @@
class Bettertouchtool < Cask
url 'http://www.boastr.de/BetterTouchTool.zip'
homepage 'http://blog.boastr.net/'
version 'latest'
end

5
Casks/gfxcardstatus.rb Normal file
View File

@ -0,0 +1,5 @@
class Gfxcardstatus < Cask
homepage 'http://gfx.io/'
url 'http://codykrieger.com/downloads/gfxCardStatus-2.3.zip'
version '2.3'
end

5
Casks/slate.rb Normal file
View File

@ -0,0 +1,5 @@
class Slate < Cask
url 'http://slate.ninjamonkeysoftware.com/Slate.dmg'
homepage 'https://github.com/jigish/slate'
version 'latest'
end