homebrew-core/Formula/guilt.rb

13 lines
350 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Guilt < Formula
2012-10-14 19:45:41 +00:00
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