cask "maccy" do version "0.18.2" sha256 "5d72afe8751b6023ef07dd213e7753bd4f6b14164351706270d66dfd4efcabac" # github.com/p0deje/Maccy/ was verified as official when first introduced to the cask url "https://github.com/p0deje/Maccy/releases/download/#{version}/Maccy.app.zip" appcast "https://github.com/p0deje/Maccy/releases.atom" name "Maccy" desc "Clipboard manager" homepage "https://maccy.app/" auto_updates true depends_on macos: ">= :mojave" app "Maccy.app" uninstall quit: "org.p0deje.Maccy" zap login_item: "Maccy", trash: [ "~/Library/Preferences/org.p0deje.Maccy.plist", "~/Library/Application Scripts/org.p0deje.Maccy", "~/Library/Containers/org.p0deje.Maccy", ] end