homebrew-cask/Casks/icollections.rb

22 lines
766 B
Ruby

cask "icollections" do
version "6.7.1,67102"
sha256 "404833a990e93616159dba935b6f9e51389571de2f6c0d0125dc8a317dce3b09"
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