Skip to content

Commit

Permalink
docker-machine-driver-hyperkit: deprecate as it is unmaintained (#82122)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Aug 7, 2021
1 parent 0d73d02 commit 0603ffb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/docker-machine-driver-hyperkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class DockerMachineDriverHyperkit < Formula
sha256 cellar: :any_skip_relocation, el_capitan: "92bef33ec9ad5fbdfb887fcabe550603c886065c8ec3c677732a55f84a4c7520"
end

depends_on "dep" => :build
deprecate! date: "2021-07-29", because: :unmaintained

depends_on "go" => :build
depends_on "docker-machine"

Expand All @@ -28,7 +29,8 @@ def install
dir.install buildpath.children

cd dir do
system "dep", "ensure", "-vendor-only"
system "go", "mod", "init", "github.com/machine-drivers/docker-machine-driver-hyperkit"
system "go", "mod", "tidy"
system "go", "build", "-o", "#{bin}/docker-machine-driver-hyperkit",
"-ldflags", "-X main.version=#{version}"
prefix.install_metafiles
Expand Down

0 comments on commit 0603ffb

Please sign in to comment.