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