homebrew-core/Formula/boot2docker.rb
Matthias Kadenbach 6557108cee boot2docker 0.6.0
Closes Homebrew/homebrew#26899.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-22 07:01:41 -08:00

14 lines
376 B
Ruby

require "formula"
class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker"
head "https://github.com/boot2docker/boot2docker.git"
url 'https://github.com/boot2docker/boot2docker/archive/v0.6.0.tar.gz'
sha1 'e90ed901375a345e23685aa8e0f9e3b83db11eff'
depends_on "docker" => :recommended
def install
bin.install "boot2docker"
end
end