]> arthur.barton.de Git - homebrew-alex.git/blob - Formula/droopy.rb
brew-run: Homebrew handles Casks by default as well
[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 => "7a9c7bc46c4ff8b743755be86a9b29bd1a8ba1d9"
5   version "20160830"
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