homebrew-core/Formula/jhead.rb
Brett Koonce 51cd2e3630 jhead 2.96
Closes Homebrew/homebrew#13904.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 08:24:52 -07:00

14 lines
328 B
Ruby

require 'formula'
class Jhead < Formula
homepage 'http://www.sentex.net/~mwandel/jhead/'
url 'http://www.sentex.net/~mwandel/jhead/jhead-2.96.tar.gz'
sha1 '668a515276654247e6fbe7a6193a5e1382a38116'
def install
system "make"
bin.install "jhead"
man1.install 'jhead.1'
doc.install 'usage.html'
end
end