phinze/homebrew-cask

View on GitHub
Casks/r/recordit.rb

Summary

Maintainability
A
25 mins
Test Coverage
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/"

  disable! date: "2024-04-09", because: :no_longer_available

  app "RecordIt.app"

  zap trash: [
    "~/Library/Application Support/Recordit",
    "~/Library/Caches/us.freshout.RecordIt",
    "~/Library/Preferences/us.freshout.RecordIt.plist",
  ]
end