aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/when.rb
blob: eb42e0bc392fda3b015c438d379c6143bd1fcc94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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