Skip to content

Commit

Permalink
New formula: exiftags
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
eregon authored and adamv committed Oct 25, 2010
1 parent 89438ae commit 34c99b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/exiftags.rb
@@ -0,0 +1,13 @@
require 'formula'

class Exiftags <Formula
url 'http://johnst.org/sw/exiftags/exiftags-1.01.tar.gz'
homepage 'http://johnst.org/sw/exiftags'
md5 '9d5bce968fdde2dc24ba49c0024dc0cc'

def install
system 'make'
bin.install %w[exiftags exifcom exiftime]
man1.install %w[exiftags.1 exifcom.1 exiftime.1]
end
end

0 comments on commit 34c99b0

Please sign in to comment.