diff --git a/HomebrewFormula/mkcert.rb b/HomebrewFormula/mkcert.rb deleted file mode 100644 index f1be4f83..00000000 --- a/HomebrewFormula/mkcert.rb +++ /dev/null @@ -1,18 +0,0 @@ -class Mkcert < Formula - desc "Simple tool to make locally-trusted development certificates" - homepage "https://github.com/FiloSottile/mkcert" - head "https://github.com/FiloSottile/mkcert.git" - - depends_on "go" => :build - - def install - ENV["GOPATH"] = buildpath - mkcertpath = buildpath/"src/github.com/FiloSottile/mkcert" - mkcertpath.install buildpath.children - cd mkcertpath do - system "go", "build", "-o", bin/"mkcert" - prefix.install_metafiles - end - end -end - \ No newline at end of file