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.
12 lines
339 B
Ruby
12 lines
339 B
Ruby
cask "nimbus" do
|
|
version "0.8.0"
|
|
sha256 "0fec9d878c457a0776deb40a2d3982bdf5aa5de27253ae2a10894520457d9b57"
|
|
|
|
url "https://github.com/jnordberg/irccloudapp/releases/download/#{version}/Nimbus.zip"
|
|
name "Nimbus"
|
|
desc "Standalone IRCCloud desktop client"
|
|
homepage "https://github.com/jnordberg/irccloudapp"
|
|
|
|
app "Nimbus.app"
|
|
end
|