excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lunarbar.rb
blobc18948ee480ae99db5dda6c937adca6a0a2dc84b
1 cask "lunarbar" do
2   version "1.4.1"
3   sha256 "8e48b51fde0cfc4cce5ae4566593e2301e20835befedb4821237c3c361272ef3"
5   url "https://github.com/LunarBar-app/LunarBar/releases/download/v#{version}/LunarBar-#{version}.dmg"
6   name "LunarBar"
7   desc "Lunar calendar for menu bar"
8   homepage "https://github.com/LunarBar-app/LunarBar"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   depends_on macos: ">= :ventura"
17   app "LunarBar.app"
19   zap trash: [
20     "~/Library/Application Scripts/app.cyan.lunarbar",
21     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.cyan.lunarbar.sfl*",
22     "~/Library/Containers/app.cyan.lunarbar",
23     "~/Library/Saved Application State/app.cyan.lunarbar.savedState",
24   ]
25 end