2014-02-09 14:41:19 +00:00
|
|
|
require "formula"
|
|
|
|
|
|
|
|
class Boot2docker < Formula
|
2014-02-20 11:01:22 +00:00
|
|
|
homepage "https://github.com/boot2docker/boot2docker"
|
|
|
|
head "https://github.com/boot2docker/boot2docker.git"
|
2014-05-17 23:07:00 +00:00
|
|
|
url 'https://github.com/boot2docker/boot2docker/archive/v0.9.1.tar.gz'
|
|
|
|
sha1 '543cf1a2d1e29e0cbd34874da4ae966fcbc8d1de'
|
2014-02-20 11:01:22 +00:00
|
|
|
|
2014-02-11 17:30:16 +00:00
|
|
|
depends_on "docker" => :recommended
|
2014-02-09 14:41:19 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "boot2docker"
|
|
|
|
end
|
|
|
|
end
|