phoon - show the PHase of the mOON
Closes Homebrew/homebrew#25316. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
72c2a96f37
commit
6cbd5f7952
1 changed files with 14 additions and 0 deletions
14
Formula/phoon.rb
Normal file
14
Formula/phoon.rb
Normal 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
|
Loading…
Reference in a new issue