when 1.1.28

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jake Bell 2011-06-07 15:46:38 -05:00 committed by Adam Vandenberg
parent b7584b9c75
commit 2a2ef46f9a

13
Formula/when.rb Normal file
View file

@ -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