homebrew-core/Formula/phoon.rb
Cody Hannafon 6cbd5f7952 phoon - show the PHase of the mOON
Closes Homebrew/homebrew#25316.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-13 20:09:37 -08:00

14 lines
316 B
Ruby

require 'formula'
class Phoon < Formula
homepage 'http://www.acme.com/software/phoon/'
url 'http://www.acme.com/software/phoon/phoon_29jun2005.tar.gz'
version '03A'
sha1 'd646af184b83e1a4104fe82588daadae2938e08c'
def install
system "make"
bin.install 'phoon'
man1.install 'phoon.1'
end
end