homebrew-cask/Casks/neat.rb

26 lines
722 B
Ruby
Raw Normal View History

2022-11-19 14:16:20 +08:00
cask "neat" do
arch arm: "-arm64"
version "0.0.57"
sha256 arm: "6ee09ab726e19aaa84d32c32bb58d542acf4f3f721f6c11d4b7a339ce3803e02",
intel: "d0b19076140d2ae131b8f0ab64763b1a5c5398e8dbcbf1ee7146811737c16c2f"
2022-11-19 14:16:20 +08:00
url "https://github.com/neat-run/activity-feed-public/releases/download/v#{version}/Neat-#{version}#{arch}.dmg",
2023-03-01 14:38:22 +08:00
verified: "github.com/neat-run/activity-feed-public/releases"
2022-11-19 14:16:20 +08:00
name "Neat"
desc "GitHub and Linear notifications on your desktop and menu bar"
homepage "https://neat.run/"
livecheck do
url :url
strategy :github_latest
end
app "Neat.app"
zap trash: [
"~/Library/Application Support/Neat",
"~/Library/Preferences/com.electron.neat.plist",
]
end