Files
homebrew-cask/Casks/f/flotato.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

28 lines
657 B
Ruby

cask "flotato" do
version "36,1"
sha256 :no_check
url "https://vendors.paddle.com/download/product/558359",
verified: "vendors.paddle.com/download/product/"
name "Flotato"
desc "Tool to turn any web page into a desktop app"
homepage "https://flotato.com/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :high_sierra"
app "Flotato.app"
zap trash: [
"/Applications/Flotato Help.app",
"~/Library/Application Support/Flotato",
"~/Library/Caches/com.mortenjust.flotato",
"~/Library/Preferences/com.mortenjust.flotato.plist",
"~/Library/WebKit/com.mortenjust.flotato",
]
end