homebrew-core/Formula/when.rb
Peter Aronoff b150582461 when 1.1.31
Closes Homebrew/homebrew#19054.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-13 01:28:02 -05:00

13 lines
296 B
Ruby

require 'formula'
class When < Formula
homepage 'http://www.lightandmatter.com/when/when.html'
url 'http://www.lightandmatter.com/when/when.tar.gz'
sha1 '1bd6d8e1cb40ccc30a61ac8b22376d42fe6b2f2b'
version '1.1.31'
def install
bin.install 'when'
man1.install 'when.1'
end
end