homebrew-cask/Casks/consul-web-ui.rb

18 lines
504 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'consul-web-ui' do
2015-12-08 21:10:40 +08:00
version '0.6.0'
sha256 '73c5e7ee50bb4a2efe56331d330e6d7dbf46335599c028344ccc4031c0c32eb0'
2015-06-12 21:07:36 +08:00
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/consul/#{version}/consul_#{version}_web_ui.zip"
2015-06-12 21:07:36 +08:00
name 'Consul Web UI'
homepage 'https://www.consul.io/intro/getting-started/ui.html'
license :mpl
depends_on :cask => 'consul'
stage_only true
2015-06-12 21:07:36 +08:00
caveats do
"Invoke consul with '-ui-dir #{staged_path}'"
2015-06-12 21:07:36 +08:00
end
end