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 "servpane" do
|
|
version "0.1.1"
|
|
sha256 "07f37334bc723d4aefa81411e604d4a20306d89b1553500b8acc715ee503f314"
|
|
|
|
url "https://github.com/aderyabin/ServPane/releases/download/v#{version}/ServPane-#{version}.dmg"
|
|
name "ServPane"
|
|
desc "Launchd menu bar app"
|
|
homepage "https://github.com/aderyabin/ServPane"
|
|
|
|
app "ServPane.app"
|
|
end
|