Runcocoa; unversioned so I used 'a'

Runcocoa allows you to run Cocoa snippets from the command line. It will even work with iOS lines.
This commit is contained in:
Max Howell 2011-04-28 11:54:31 +01:00
parent 76e1ac6662
commit 2414f22573

13
Formula/runcocoa.rb Normal file
View file

@ -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