aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/when.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/when.rb')
-rw-r--r--Library/Formula/when.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/when.rb b/Library/Formula/when.rb
new file mode 100644
index 000000000..3dccfe27f
--- /dev/null
+++ b/Library/Formula/when.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class When < Formula
+ url 'http://www.lightandmatter.com/when/when.tar.gz'
+ homepage 'http://www.lightandmatter.com/when/when.html'
+ md5 'f0abae65bbd53b07af7a29da8b817155'
+ version '1.1.28'
+
+ def install
+ bin.install 'when'
+ man1.install 'when.1'
+ end
+end