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

class Guilt < Formula
  homepage 'http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/man/'
  url 'http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.bz2'
  md5 'de2d3b82d3e08c8c6a940bd31f47d758'

  def install
    # Skip the documentation, it depends on xmlto.
    system "make", "PREFIX=#{prefix}", "install"
  end
end