homebrew-core/Formula/boot2docker.rb
lalyos 978abd05c4 boot2docker 0.7.0
Closes Homebrew/homebrew#27523.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 20:35:25 +00: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.7.0.tar.gz'
sha1 'd61dc8cdd3b0fd8ce8f8443c4d621f0f87220b0f'
depends_on "docker" => :recommended
def install
bin.install "boot2docker"
end
end