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

class Guilt < Formula
  homepage 'http://packages.debian.org/wheezy/guilt'
  url 'http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_0.35.orig.tar.gz'
  sha1 'e722180bc100afc096a1bd5c8338f797268c9947'

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