homebrew-core/Formula/boot2docker.rb
Hiroaki Nakamura 70d39624d5 boot2docker 0.9.1
Closes Homebrew/homebrew#29352.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-17 16:54:46 -07: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.9.1.tar.gz'
sha1 '543cf1a2d1e29e0cbd34874da4ae966fcbc8d1de'
depends_on "docker" => :recommended
def install
bin.install "boot2docker"
end
end