aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/guilt.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/guilt.rb b/Library/Formula/guilt.rb
new file mode 100644
index 000000000..34a1a0fe7
--- /dev/null
+++ b/Library/Formula/guilt.rb
@@ -0,0 +1,14 @@
+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'
+
+ depends_on 'git'
+
+ def install
+ # Skip the documentation, it depends on xmlto.
+ system "make", "PREFIX=#{prefix}", "install"
+ end
+end