homebrew-cask/Casks/papers.rb

24 lines
709 B
Ruby

cask "papers" do
version :latest
sha256 :no_check
url "https://download.readcube.com/app/Install%20Papers.zip"
name "ReadCube Papers"
homepage "https://www.readcube.com/home"
installer manual: "Papers Installer.app"
uninstall quit: "com.ReadCube.Papers",
delete: "/Applications/Papers.app"
zap trash: [
"~/Library/Application Support/Papers",
"~/Library/Caches/com.ReadCube.Papers",
"~/Library/Caches/com.ReadCube.Papers.ShipIt",
"~/Library/Cookies/com.ReadCube.Papers-Installer.binarycookies",
"~/Library/Logs/Papers",
"~/Library/Preferences/com.ReadCube.Papers.plist",
"~/Library/Saved Application State/com.ReadCube.Papers.savedState",
]
end