2011-04-28 10:54:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Runcocoa < Formula
|
|
|
|
homepage 'https://github.com/michaeltyson/Commandline-Cocoa'
|
2013-03-29 20:29:20 +00:00
|
|
|
url 'https://github.com/michaeltyson/Commandline-Cocoa/archive/834f73b4b5d0d2be0d336c9869973f5f0db55949.tar.gz'
|
|
|
|
sha1 '0a52052b329ca936735944de19989b6dbda6932b'
|
2012-07-19 00:18:05 +00:00
|
|
|
version '20120108'
|
2011-04-28 10:54:31 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'runcocoa.sh' => 'runcocoa'
|
|
|
|
bin.install 'runc.sh' => 'runc'
|
|
|
|
end
|
|
|
|
end
|