diff options
| author | Benjamin Weber | 2014-05-05 11:59:36 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-05 06:59:39 -0700 |
| commit | b10c09b1746cd5673bff4e40c4485cb266b1932b (patch) | |
| tree | e702c318c3d3b71e76e754aac8338e5c2b083d70 /Library/Formula | |
| parent | 0c1c85bdda7a0180b952d9c4c6598b845e985c67 (diff) | |
| download | homebrew-b10c09b1746cd5673bff4e40c4485cb266b1932b.tar.bz2 | |
clipsafe: style nits
Closes #28966.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clipsafe.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/clipsafe.rb b/Library/Formula/clipsafe.rb index 6248be757..5fa8dbd9e 100644 --- a/Library/Formula/clipsafe.rb +++ b/Library/Formula/clipsafe.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Clipsafe < Formula - homepage 'http://waxandwane.org/clipsafe.html' - url 'http://waxandwane.org/download/clipsafe-1.1.tar.gz' - sha1 '5e940a3f89821bfb3315ff9b1be4256db27e5f6a' + homepage "http://waxandwane.org/clipsafe.html" + url "http://waxandwane.org/download/clipsafe-1.1.tar.gz" + sha1 "5e940a3f89821bfb3315ff9b1be4256db27e5f6a" depends_on :macos => :mountain_lion @@ -23,7 +23,7 @@ class Clipsafe < Formula end def install - ENV.prepend_create_path 'PERL5LIB', libexec+'lib/perl5' + ENV.prepend_create_path "PERL5LIB", libexec+"lib/perl5" resource("Crypt::Twofish").stage do system "perl", "Makefile.PL", "INSTALL_BASE=#{libexec}" @@ -44,7 +44,7 @@ class Clipsafe < Formula end bin.install "clipsafe" - bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV['PERL5LIB']) + bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV["PERL5LIB"]) end test do |
