diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sublercli.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/sublercli.rb b/Library/Formula/sublercli.rb deleted file mode 100644 index b7bc4ecf6..000000000 --- a/Library/Formula/sublercli.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Sublercli < Formula - head 'http://subler.googlecode.com/svn/trunk/' - homepage 'http://code.google.com/p/subler/' - - def install - ENV.llvm - cd "SublerCLI" do - system "xcodebuild -configuration Release ARCHS='-arch i386 -arch x86_64' SYMROOT=build" - bin.install "build/Release/SublerCLI" - end - end -end |
