From 09c13ea5fea1a5eb8066892155e158cc08b34bd1 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kahanskyi Date: Mon, 20 Jan 2014 15:44:27 +0100 Subject: [PATCH] Added a Cask for CocoaDialog Fixes #2499 CocoaDialog is an OS X application that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line application. It requires no knowledge of Cocoa, and is ideal for use in shell and Perl scripts (or Ruby, or Python, or... etc). See also http://mstratman.github.io/cocoadialog/. This PR introduces a Cask for CocoaDialog from version 2.1.1 on (current upcoming version 3.0.0 is still beta). --- Casks/cocoadialog.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/cocoadialog.rb diff --git a/Casks/cocoadialog.rb b/Casks/cocoadialog.rb new file mode 100644 index 000000000000..3cadfa213d49 --- /dev/null +++ b/Casks/cocoadialog.rb @@ -0,0 +1,7 @@ +class Cocoadialog < Cask + url 'https://github.com/downloads/mstratman/cocoadialog/CocoaDialog-2.1.1.dmg' + homepage 'http://mstratman.github.io/cocoadialog/' + version '2.1.1' + sha1 '373e92db2052caa9889337da39aee4f4ff119751' + link 'CocoaDialog.app' +end