From dbbe308842b090cf945c02e4df9702934041daa0 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 28 Apr 2011 11:54:31 +0100 Subject: Runcocoa; unversioned so I used 'a' Runcocoa allows you to run Cocoa snippets from the command line. It will even work with iOS lines.--- Library/Formula/runcocoa.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/runcocoa.rb (limited to 'Library/Formula') diff --git a/Library/Formula/runcocoa.rb b/Library/Formula/runcocoa.rb new file mode 100644 index 000000000..d2cfb58fe --- /dev/null +++ b/Library/Formula/runcocoa.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Runcocoa < Formula + homepage 'https://github.com/michaeltyson/Commandline-Cocoa' + url 'https://github.com/michaeltyson/Commandline-Cocoa/tarball/e64b3666bca94c501c88' + md5 'bc396ac6ccab09e2f978b81771f13e3b' + version 'a' + + def install + bin.install 'runcocoa.sh' => 'runcocoa' + bin.install 'runc.sh' => 'runc' + end +end -- cgit v1.2.3