diff options
| author | Jack Nagel | 2012-02-01 13:14:24 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-01 13:14:24 -0600 |
| commit | 8fefc6086ca2255bb9d8ce4c3f17e23b067503c9 (patch) | |
| tree | 3a1a43d655038802d0e490efaa8bbdbbe3f0d316 /Library/Formula | |
| parent | 43df8c0fe8b119af23c5305f37ad91d1e23b3f1d (diff) | |
| download | homebrew-8fefc6086ca2255bb9d8ce4c3f17e23b067503c9.tar.bz2 | |
Remove 'sublercli'
This is a head-only source build; stable releases are pre-built .app
bundles.
We'd take this as a submission to Homebrew-alt.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
