phoon - show the PHase of the mOON

Closes Homebrew/homebrew#25316.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Cody Hannafon 2013-12-18 16:18:39 -05:00 committed by Adam Vandenberg
parent 72c2a96f37
commit 6cbd5f7952

14
Formula/phoon.rb Normal file
View file

@ -0,0 +1,14 @@
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