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.
16 lines
392 B
Ruby
16 lines
392 B
Ruby
cask "mongodbpreferencepane" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/remysaissy/mongodb-macosx-prefspane/raw/master/download/MongoDB.prefPane.zip"
|
|
name "MongoDB-PrefsPane"
|
|
desc "Preference pane to control MongoDB Server"
|
|
homepage "https://github.com/remysaissy/mongodb-macosx-prefspane"
|
|
|
|
prefpane "MongoDB.prefPane"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|