aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/when.rb
blob: 198b642db952e46d731b86a52efa628dbedf1714 (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'
  md5 'e094bcff1e5a267094f14a50b673aab4'
  version '1.1.29'

  def install
    bin.install 'when'
    man1.install 'when.1'
  end
end