homebrew-core/Formula/when.rb

14 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