homebrew-cask/Casks/s/swiftbar.rb

27 lines
726 B
Ruby

cask "swiftbar" do
version "1.4.4"
sha256 "04f465abaabf7a06f8e75458824a551f5a2e85d60bdf73f95539825fee59d856"
url "https://github.com/swiftbar/SwiftBar/releases/download/v#{version}/SwiftBar.zip",
verified: "github.com/swiftbar/SwiftBar/"
name "SwiftBar"
desc "Menu bar customization tool"
homepage "https://swiftbar.app/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :catalina"
app "SwiftBar.app"
zap trash: [
"~/Library/Application Scripts/com.ameba.SwiftBar-LaunchAtLoginHelper",
"~/Library/Caches/com.ameba.SwiftBar",
"~/Library/Containers/com.ameba.SwiftBar-LaunchAtLoginHelper",
"~/Library/Preferences/com.ameba.SwiftBar.plist",
]
end