homebrew-cask/Casks/m/meetingbar.rb

24 lines
568 B
Ruby

cask "meetingbar" do
version "4.8.0"
sha256 "08909a224e66ebd307c832581024b9d9cd00f607c8533fd4e81dd19dcf29b3f1"
url "https://github.com/leits/MeetingBar/releases/download/v#{version}/MeetingBar.dmg"
name "MeetingBar"
desc "Shows the next meeting in the menu bar"
homepage "https://github.com/leits/MeetingBar"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :catalina"
app "MeetingBar.app"
zap trash: [
"~/Library/Application Scripts/leits.MeetingBar",
"~/Library/Containers/leits.MeetingBar",
]
end