homebrew-cask/Casks/pine.rb

23 lines
813 B
Ruby
Raw Normal View History

cask "pine" do
version "0.1.0"
sha256 "046f2603f7e4dcdc7535c6a5652dbfbab5cbe93fa36ca161f8a8029b53770b76"
2020-03-29 03:55:27 +08:00
url "https://github.com/lukakerr/pine/releases/download/#{version}/Pine-#{version}.zip"
appcast "https://github.com/lukakerr/pine/releases.atom"
name "Pine"
homepage "https://github.com/lukakerr/pine"
2020-03-29 03:55:27 +08:00
depends_on macos: ">= :sierra"
2020-03-29 03:55:27 +08:00
app "Pine.app"
2020-03-29 03:55:27 +08:00
zap trash: [
"~/Library/Application Support/Pine",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/io.github.lukakerr.pine.sfl2",
"~/Library/Caches/io.github.lukakerr.Pine",
"~/Library/Preferences/io.github.lukakerr.Pine.plist",
"~/Library/Saved Application State/io.github.lukakerr.Pine.savedState",
"~/Library/WebKit/io.github.lukakerr.Pine",
]
2020-03-29 03:55:27 +08:00
end