From e3cc353d14e506b9e012bfd453d2c75b4ea9301c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Feb 2012 09:16:38 -0800 Subject: Move CSSTidy to homebrew-alt brew install https://raw.github.com/adamv/homebrew-alt/master/head-only/csstidy.rb CSSTidy is head-only, hasn't had a stable release since 2007, and the 1.4 source tarball doesn't unpack. To reinstate, please petition the project to release a new stable tarball. --- Library/Formula/csstidy.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Library/Formula/csstidy.rb (limited to 'Library/Formula') diff --git a/Library/Formula/csstidy.rb b/Library/Formula/csstidy.rb deleted file mode 100644 index 289f72db2..000000000 --- a/Library/Formula/csstidy.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'formula' - -class Csstidy < Formula - head 'http://csstidy.svn.sourceforge.net/svnroot/csstidy/trunk-cpp/' - homepage 'http://csstidy.sourceforge.net/' - - depends_on 'scons' => :build - - def install - arch = Hardware.is_64_bit? ? 'x64' : 'ia32' - system "scons", "-j #{ENV.make_jobs}", - "arch=#{arch}" - - bin.install "release/csstidy/csstidy" - end -end -- cgit v1.2.3