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
328 B
Ruby
12 lines
328 B
Ruby
cask "snwe" do
|
|
version "0.1.0"
|
|
sha256 "3c1acf6a0047fe81de26ed64d5e892827b1c6e11a5bcd815c58a17427072f6fe"
|
|
|
|
url "https://github.com/blahsd/snwe/releases/download/v#{version}/snwe.app.zip"
|
|
name "snwe"
|
|
desc "Extensible, customisable, menu bar replacement"
|
|
homepage "https://github.com/blahsd/snwe"
|
|
|
|
app "snwe.app"
|
|
end
|