From a47e4dab03ebce1718a40d33ba9bab3325b0c94d Mon Sep 17 00:00:00 2001 From: Manpreet Singh Date: Mon, 8 Jul 2013 20:26:30 -0700 Subject: [PATCH] Added GeekTool --- Casks/geektool.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/geektool.rb diff --git a/Casks/geektool.rb b/Casks/geektool.rb new file mode 100644 index 00000000000..dbb4535d1ac --- /dev/null +++ b/Casks/geektool.rb @@ -0,0 +1,7 @@ +class Geektool < Cask + url 'http://download.tynsoe.org/GeekTool-3.1.1-311.zip' + homepage 'http://projects.tynsoe.org/en/geektool/' + version '3.1.1' + sha1 'c4bcf59a902e5c2fb74d68cb74b8ac130873eae8' + link 'GeekTool.app' +end