homebrew-cask/Casks/icollections.rb

22 lines
709 B
Ruby

cask "icollections" do
version "6.7.2,67217"
sha256 :no_check
url "https://naarakstudio.com/download/iCollections.dmg"
appcast "https://naarakstudio.com/download/icollections/update.ver",
must_contain: version.after_comma
name "iCollections"
desc "App to help keep the desktop organized"
homepage "https://naarakstudio.com/icollections/"
depends_on macos: ">= :sierra"
app "iCollections.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.naarak.collections.sfl2",
"~/Library/Application Support/com.naarak.Collections",
"~/Library/Preferences/com.naarak.Collections.plist",
]
end