From f89adafa891d8a8e8cac694b6a4ec2cb421c3de3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 3 May 2010 18:36:04 +0200 Subject: Added formula for CSSTidy. Uses the trunk checkout due to unsuccessful extraction of the proper source zip file. Signed-off-by: Adam Vandenberg * Use 'head' * Use http instead of https * Build in parallel --- Library/Formula/csstidy.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/csstidy.rb (limited to 'Library/Formula') diff --git a/Library/Formula/csstidy.rb b/Library/Formula/csstidy.rb new file mode 100644 index 000000000..404adeeb8 --- /dev/null +++ b/Library/Formula/csstidy.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Csstidy