From a212f2a970c8be5b87a3c1b5ca47516f866aa7c1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 15:16:14 -0800 Subject: flume: style nits --- Library/Formula/flume.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/flume.rb b/Library/Formula/flume.rb index 0beb63ff5..418c1ada6 100644 --- a/Library/Formula/flume.rb +++ b/Library/Formula/flume.rb @@ -1,23 +1,22 @@ require 'formula' class Flume < Formula - url 'http://archive.cloudera.com/cdh/3/flume-0.9.4-cdh3u2.tar.gz' homepage 'https://github.com/cloudera/flume' - sha1 '9f68c8205b61e43d35467b6d45f815f5e41239e9' + url 'http://archive.cloudera.com/cdh/3/flume-0.9.4-cdh3u2.tar.gz' version "0.9.4-cdh3u2" + sha1 '9f68c8205b61e43d35467b6d45f815f5e41239e9' def flume_script - <<-EOS.undent + <<-EOS.undent #!/bin/bash export FLUME_CONF_DIR=${FLUME_CONF_DIR-#{libexec}/conf} exec #{libexec}/bin/flume "$@" - EOS + EOS end def install libexec.install %w[bin conf lib webapps] libexec.install Dir["*.jar"] - bin.mkpath - (bin+"flume").write flume_script() + (bin/"flume").write flume_script end end -- cgit v1.2.3