Skip to content

Commit

Permalink
clipsafe: style nits
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#28966.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
benjaminweb authored and adamv committed May 5, 2014
1 parent 3c03c63 commit ee6e3e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/clipsafe.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}"
Expand All @@ -44,7 +44,7 @@ def install
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
Expand Down

0 comments on commit ee6e3e8

Please sign in to comment.