mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
347 B
Ruby
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
|