homebrew-core/Formula/jhead.rb
Fred Wenzel 282827959c New formula jhead
Tool for editing JPEG EXIF headers

Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-08 15:59:22 +01:00

13 lines
290 B
Ruby

require 'formula'
class Jhead <Formula
url 'http://www.sentex.net/~mwandel/jhead/jhead-2.87.tar.gz'
homepage 'http://www.sentex.net/~mwandel/jhead/'
md5 '7e5e84bf74800808c171956414228db9'
def install
system "make"
system "chmod +x jhead"
bin.install "jhead"
end
end