Merge pull request #11855 from vboginskey/consul-web-ui

Add Consul Web UI v0.5.2
This commit is contained in:
Vítor Galvão 2015-06-12 16:24:58 +01:00
commit 09384f76f6
1 changed files with 17 additions and 0 deletions

17
Casks/consul-web-ui.rb Normal file
View File

@ -0,0 +1,17 @@
cask :v1 => 'consul-web-ui' do
version '0.5.2'
sha256 'ad883aa52e1c0136ab1492bbcedad1210235f26d59719fb6de3ef6464f1ff3b1'
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/mitchellh/consul/#{version}_web_ui.zip"
name 'Consul Web UI'
homepage 'https://www.consul.io/intro/getting-started/ui.html'
license :mpl
stage_only true
depends_on :cask => 'consul'
caveats do
"Invoke consul with '-ui-dir #{staged_path}/dist'"
end
end