diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/runcocoa.rb | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
