homebrew-core/Formula/ski.rb
Devin Weaver 153f34fa2e New Formula: ski
Terminal based game. Imagine you are skiing down an infinite slope,
    facing such hazards as trees, ice, bare ground, and the man-eating
    Yeti! Unfortunately, you have put your jet-powered skis on
    backwards, so you can't see ahead where you are going; only behind
    where you have been. However, you can turn to either side, jump or
    hop through the air, teleport through hyperspace, launch nuclear
    ICBMs, and cast spells to call the Fire Demon. And since the hazards
    occur in patches, you can skillfully outmaneuver them. A fun and
    very silly game that proves you don't need fancy graphical user
    interfaces to have a good time.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-26 19:57:52 -07:00

12 lines
246 B
Ruby

require 'formula'
class Ski <Formula
url 'http://catb.org/~esr/ski/ski-6.5.tar.gz'
homepage 'http://catb.org/~esr/ski/'
md5 'f9cc93f7a0223f65b011b4c873ba50df'
def install
bin.install "ski"
(man+"man6").install "ski.6"
end
end