From 168e048d995017d096e95cc0549dbcf81ef64f4d Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Thu, 11 Feb 2010 10:51:52 -0600 Subject: New Formula: exiftool ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. Signed-off-by: Adam Vandenberg * Install into the Cellar --- Library/Formula/exiftool.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/exiftool.rb (limited to 'Library/Formula') diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb new file mode 100644 index 000000000..469b057c1 --- /dev/null +++ b/Library/Formula/exiftool.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Exiftool