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:
parent
76e1ac6662
commit
2414f22573
1 changed files with 13 additions and 0 deletions
13
Formula/runcocoa.rb
Normal file
13
Formula/runcocoa.rb
Normal 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
|
Loading…
Reference in a new issue