landscaper: remove old code.

This commit is contained in:
Mike McQuaid 2019-01-06 14:57:49 +00:00
parent ad6e3a3dd5
commit cbf0506e73

View file

@ -21,8 +21,7 @@ class Landscaper < Formula
def install
ENV["GOPATH"] = buildpath
ENV.prepend_create_path "PATH", buildpath/"bin"
arch = MacOS.prefer_64_bit? ? "amd64" : "x86"
ENV["TARGETS"] = "darwin/#{arch}"
ENV["TARGETS"] = "darwin/amd64"
dir = buildpath/"src/github.com/eneco/landscaper"
dir.install buildpath.children - [buildpath/".brew_home"]