Files
homebrew-cask/Casks/p/papers.rb
2023-10-25 11:43:49 -07:00

35 lines
1.2 KiB
Ruby

cask "papers" do
arch arm: "arm64", intel: "x64"
version "4.37.2374"
sha256 arm: "2602b57bd93ada7c64a64b6c8b147ed371f1281b028fb083f8ac7e5ea60a3f6a",
intel: "8be45835e26e6ab6f79ec46efd8dd0b03b6e62cd510bc106ffee6694078bca85"
url "https://update.readcube.com/desktop/updates/Papers_Setup_#{version}-#{arch}.zip"
name "ReadCube Papers"
desc "Reference management software for researchers"
homepage "https://www.readcube.com/home"
livecheck do
url "https://s3.amazonaws.com/update.readcube.com/desktop/updates/latest-mac.yml"
strategy :electron_builder
end
app "Papers.app"
zap trash: [
"~/Documents/Papers Library",
"~/Documents/Papers Styles",
"~/Library/Application Support/Papers",
"~/Library/Application Support/ReadCube Shared",
"~/Library/Caches/com.ReadCube.Papers",
"~/Library/Caches/com.ReadCube.Papers.ShipIt",
"~/Library/Cookies/com.ReadCube.Papers-Installer.binarycookies",
"~/Library/HTTPStorages/com.ReadCube.Papers-Installer",
"~/Library/Logs/Papers",
"~/Library/Preferences/com.ReadCube.Papers.plist",
"~/Library/Saved Application State/com.ReadCube.Papers-Installer.savedState",
"~/Library/Saved Application State/com.ReadCube.Papers.savedState",
]
end