Files
homebrew-cask/Casks/g/gitee.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
604 B
Ruby

cask "gitee" do
version "1.0.2.7"
sha256 "9eec18ba7c2e4458223916bca87d7221c2b38b345a6aae087b5a3a3ab5059299"
url "https://github.com/Nightonke/Gitee/releases/download/v#{version}/Gitee.zip"
name "Gitee"
desc "Status bar application for GitHub"
homepage "https://github.com/Nightonke/Gitee"
app "Gitee.app"
zap trash: [
"~/Library/Application Support/com.nightonke.VHGithubNotifier",
"~/Library/Caches/com.nightonke.VHGithubNotifier",
"~/Library/Cookies/com.nightonke.VHGithubNotifier.binarycookies",
"~/Library/Preferences/com.nightonke.VHGithubNotifier.plist",
]
end