guilt moved to the boneyard

Closes Homebrew/homebrew#37847.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baptiste Fontaine 2015-03-19 01:40:03 +01:00 committed by Mike McQuaid
parent 4c29929118
commit 4d5f07cdb3

View file

@ -1,12 +0,0 @@
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