aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jhead.rb
blob: d907160ff6ec05d2274527e2faedf8ba31950437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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