Files
homebrew-cask/Casks/r/recordit.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

24 lines
509 B
Ruby

cask "recordit" do
version "1.6.10,114"
sha256 :no_check
url "https://recordit-co.s3.amazonaws.com/RecordIt.zip",
verified: "recordit-co.s3.amazonaws.com/"
name "RecordIt"
desc "Screencasting software"
homepage "https://recordit.co/"
livecheck do
url :url
strategy :extract_plist
end
app "RecordIt.app"
zap trash: [
"~/Library/Application Support/Recordit",
"~/Library/Caches/us.freshout.RecordIt",
"~/Library/Preferences/us.freshout.RecordIt.plist",
]
end