homebrew-core/Formula/woof.rb
Jannis Leidel 71d2b0881e Added woof formula.
Woof (Web Offer One File) is a small simple stupid
webserver that can easily be invoked on a single
file or dir, just do a

     $ woof filename

and tell the recipient the URL woof spits out.
When he got that file, woof will quit and
everything is done.
2009-12-02 12:53:00 +00:00

8 lines
219 B
Ruby

require 'formula'
class Woof <ScriptFileFormula
version '20090227'
url "http://www.home.unix-ag.org/simon/woof"
md5 '87d71978789e3444c115048dd686d418'
homepage 'http://www.home.unix-ag.org/simon/woof.html'
end