aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/woof.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/woof.rb b/Library/Formula/woof.rb
new file mode 100644
index 000000000..611417de4
--- /dev/null
+++ b/Library/Formula/woof.rb
@@ -0,0 +1,8 @@
+require 'formula'
+
+class Woof <ScriptFileFormula
+ version '20090227'
+ url "http://www.home.unix-ag.org/simon/woof"
+ md5 '87d71978789e3444c115048dd686d418'
+ homepage 'http://www.home.unix-ag.org/simon/woof.html'
+end