You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
611 B
Ruby
18 lines
611 B
Ruby
cask "androidtool" do
|
|
version "1.66"
|
|
sha256 "4f432ad45660071a1f36c4878bd444dd8bedd520c7c70096e5d7a7907ff7c86a"
|
|
|
|
url "https://github.com/mortenjust/androidtool-mac/releases/download/#{version}/AndroidTool.zip"
|
|
name "AndroidTool"
|
|
desc "App for recording the screen and installing apps in iOS and Android"
|
|
homepage "https://github.com/mortenjust/androidtool-mac"
|
|
|
|
app "AndroidTool.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/AndroidTool",
|
|
"~/Library/Preferences/com.mortenjust.AndroidTool.plist",
|
|
"~/Library/Saved Application State/com.mortenjust.AndroidTool.savedState",
|
|
]
|
|
end
|