diff options
Diffstat (limited to 'homebrew/runcocoa')
-rw-r--r-- | homebrew/runcocoa/.beer | 17 | ||||
-rw-r--r-- | homebrew/runcocoa/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/runcocoa/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/runcocoa/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/runcocoa/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/runcocoa/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/runcocoa/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/runcocoa/.beer b/homebrew/runcocoa/.beer new file mode 100644 index 000000000..61a2bce61 --- /dev/null +++ b/homebrew/runcocoa/.beer @@ -0,0 +1,17 @@ +{ + "name": "Runcocoa", + "description": "Tools to run Cocoa/Objective-C and C code from the command-line", + "url": "https://github.com/michaeltyson/Commandline-Cocoa/archive/834f73b4b5d0d2be0d336c9869973f5f0db55949.tar.gz", + "mirror": null, + "homepage": "https://github.com/michaeltyson/Commandline-Cocoa", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.install \"runcocoa.sh\" => \"runcocoa\"", + "bin.install \"runc.sh\" => \"runc\"" + ], + "version": "834", + "file": "runcocoa.rb" +}
\ No newline at end of file diff --git a/homebrew/runcocoa/.make.sh-auto b/homebrew/runcocoa/.make.sh-auto new file mode 100644 index 000000000..2ee684395 --- /dev/null +++ b/homebrew/runcocoa/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +bin.install "runcocoa.sh" => "runcocoa" +bin.install "runc.sh" => "runc" diff --git a/homebrew/runcocoa/_metadata/description b/homebrew/runcocoa/_metadata/description new file mode 100644 index 000000000..c3f0c0488 --- /dev/null +++ b/homebrew/runcocoa/_metadata/description @@ -0,0 +1 @@ +Tools to run Cocoa/Objective-C and C code from the command-line diff --git a/homebrew/runcocoa/_metadata/homepage b/homebrew/runcocoa/_metadata/homepage new file mode 100644 index 000000000..419378b64 --- /dev/null +++ b/homebrew/runcocoa/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/michaeltyson/Commandline-Cocoa diff --git a/homebrew/runcocoa/_metadata/name b/homebrew/runcocoa/_metadata/name new file mode 100644 index 000000000..99ccebaf6 --- /dev/null +++ b/homebrew/runcocoa/_metadata/name @@ -0,0 +1 @@ +Runcocoa diff --git a/homebrew/runcocoa/_metadata/version b/homebrew/runcocoa/_metadata/version new file mode 100644 index 000000000..6006f5caf --- /dev/null +++ b/homebrew/runcocoa/_metadata/version @@ -0,0 +1 @@ +834 diff --git a/homebrew/runcocoa/download.sh b/homebrew/runcocoa/download.sh new file mode 100755 index 000000000..b89d310c7 --- /dev/null +++ b/homebrew/runcocoa/download.sh @@ -0,0 +1 @@ +wget https://github.com/michaeltyson/Commandline-Cocoa/archive/834f73b4b5d0d2be0d336c9869973f5f0db55949.tar.gz
\ No newline at end of file |