aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-01 13:14:24 -0600
committerJack Nagel2012-02-01 13:14:24 -0600
commit8fefc6086ca2255bb9d8ce4c3f17e23b067503c9 (patch)
tree3a1a43d655038802d0e490efaa8bbdbbe3f0d316 /Library
parent43df8c0fe8b119af23c5305f37ad91d1e23b3f1d (diff)
downloadhomebrew-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')
-rw-r--r--Library/Formula/sublercli.rb14
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