Merge pull request #165886 from cyanzhong/lunarbar

lunarbar 1.1.0 (new cask)
This commit is contained in:
Bevan Kay 2024-02-03 14:01:05 +01:00 committed by GitHub
commit 39a58c0947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
Casks/l/lunarbar.rb Normal file
View File

@ -0,0 +1,20 @@
cask "lunarbar" do
version "1.1.0"
sha256 "ac6097aaa993bc8724be082853fa87f127cc7245b00b665cc1e0742fc033c898"
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