diff options
| author | Adam Vandenberg | 2012-02-12 22:36:05 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 22:36:05 -0800 |
| commit | 7e3bf7dd8ae73fcc5f467f9f5a79869f2d417687 (patch) | |
| tree | 8ddb38dda4b49ca68611ec157cbed0a19724128e /Library/Formula/exiftool.rb | |
| parent | f43584143bb0cbf5c9cbd8cb836fc982bdc2a3e2 (diff) | |
| download | homebrew-7e3bf7dd8ae73fcc5f467f9f5a79869f2d417687.tar.bz2 | |
exiftool: style update
Diffstat (limited to 'Library/Formula/exiftool.rb')
| -rw-r--r-- | Library/Formula/exiftool.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb index 562be0d79..0d83d31f1 100644 --- a/Library/Formula/exiftool.rb +++ b/Library/Formula/exiftool.rb @@ -1,8 +1,8 @@ require 'formula' class Exiftool < Formula - url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.77.tar.gz' homepage 'http://www.sno.phy.queensu.ca/~phil/exiftool/index.html' + url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.77.tar.gz' md5 '33c9c7b9a0153390374910e9da652487' def install @@ -10,10 +10,9 @@ class Exiftool < Formula system "make", "test" # Install privately to the Cellar - libexec.install ["exiftool", "lib"] + libexec.install "exiftool", "lib" # Link the executable script into "bin" - bin.mkpath (bin + 'exiftool').write <<-EOBIN #!/bin/bash |
