]> arthur.barton.de Git - homebrew-alex.git/blob - Formula/droopy.rb
droopy 20131121 (new formula)
[homebrew-alex.git] / Formula / droopy.rb
1 class Droopy < Formula
2   desc "Mini web server that let others upload files to your computer"
3   homepage "https://github.com/stackp/Droopy"
4   url "https://github.com/stackp/Droopy.git", :revision => "b7b0bb9d003aed019bc5303e854089cd3e44f64c"
5   version "20131121"
6
7   depends_on :python if MacOS.version <= :snow_leopard
8
9   def install
10     bin.install "droopy"
11     man1.install "man/droopy.1"
12   end
13
14   test do
15     system "#{bin}/droopy", "--help"
16   end
17 end