]> arthur.barton.de Git - homebrew-alex.git/commitdiff
Remove "droopy"
authorAlexander Barton <alex@barton.de>
Sun, 1 Jan 2023 18:39:37 +0000 (19:39 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 1 Jan 2023 18:39:37 +0000 (19:39 +0100)
Wants to use unavailable Python 2, and does not run with Python 3 "out of the
box" -- at least on macOS 13. So remove it.

Formula/droopy.rb [deleted file]

diff --git a/Formula/droopy.rb b/Formula/droopy.rb
deleted file mode 100644 (file)
index 1c51ca9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-class Droopy < Formula
-  desc "Mini web server that let others upload files to your computer"
-  homepage "https://github.com/stackp/Droopy"
-  url "https://github.com/stackp/Droopy.git", :revision => "7a9c7bc46c4ff8b743755be86a9b29bd1a8ba1d9"
-  version "20160830"
-
-  depends_on "python"
-
-  def install
-    bin.install "droopy"
-    man1.install "man/droopy.1"
-  end
-
-  test do
-    system "#{bin}/droopy", "--help"
-  end
-end