From 8fefc6086ca2255bb9d8ce4c3f17e23b067503c9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 1 Feb 2012 13:14:24 -0600 Subject: 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 --- Library/Formula/sublercli.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Library/Formula/sublercli.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3