mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
488 B
Ruby
17 lines
488 B
Ruby
cask "pusher" do
|
|
version "0.7.5"
|
|
sha256 "b329a5106b6670bf50da4b91ba34d82102edb70074828cf4d0cd879b1a5e2180"
|
|
|
|
url "https://github.com/noodlewerk/NWPusher/releases/download/#{version}/pusher.app.zip"
|
|
name "NWPusher"
|
|
desc "Send push notifications through Apple Push Notification Service"
|
|
homepage "https://github.com/noodlewerk/NWPusher"
|
|
|
|
app "Pusher.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Pusher",
|
|
"~/Library/Saved Application State/com.noodlewerk.Pusher.savedState",
|
|
]
|
|
end
|