homebrew-core/Formula/jhead.rb
Jason Sallis 99ee3baf90 updated jhead to version 2.90
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-07 16:36:08 -08:00

13 lines
290 B
Ruby

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