aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jhead.rb
blob: 508904aa57ebc480df9757d77026d1a84fea2f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class Jhead < Formula
  homepage 'http://www.sentex.net/~mwandel/jhead/'
  url 'http://www.sentex.net/~mwandel/jhead/jhead-2.95.tar.gz'
  sha1 'e66b0a64e034054185da3e6c5e1ac7afb36776f8'

  def install
    system "make"
    bin.install "jhead"
    man1.install 'jhead.1'
    doc.install 'usage.html'
  end
end