Files
homebrew-cask/Casks/f/fastclicker.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
347 B
Ruby

cask "fastclicker" do
version "1.1"
sha256 :no_check
url "http://www.advanced-mouse-auto-clicker.com/setup/FastClicker.zip"
name "FastClicker"
desc "Auto clicker and mouse automation utility"
homepage "http://www.advanced-mouse-auto-clicker.com/mac-auto-clicker.html"
app "FastClicker.app"
caveats do
discontinued
end
end