homebrew-cask/Casks/l/lunarbar.rb

21 lines
717 B
Ruby

cask "lunarbar" do
version "1.2.1"
sha256 "47af325b18fb3350cc9092432583cc3be72677ef41828b9ffbced5d0a4f4b897"
url "https://github.com/LunarBar-app/LunarBar/releases/download/v#{version}/LunarBar-#{version}.dmg"
name "LunarBar"
desc "Lunar calendar for menu bar"
homepage "https://github.com/LunarBar-app/LunarBar"
depends_on macos: ">= :ventura"
app "LunarBar.app"
zap trash: [
"~/Library/Application Scripts/app.cyan.lunarbar",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.cyan.lunarbar.sfl*",
"~/Library/Containers/app.cyan.lunarbar",
"~/Library/Saved Application State/app.cyan.lunarbar.savedState",
]
end