minio: remove unnecessary lines

This commit is contained in:
Dominyk Tiller 2016-07-10 13:30:23 +01:00
parent 3ef6b684c3
commit 4f3fb9b4a2
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -1,5 +1,3 @@
require "language/go"
class Minio < Formula
desc "object storage server compatible with Amazon S3"
homepage "https://github.com/minio/minio"
@ -24,10 +22,8 @@ class Minio < Formula
clipath.install Dir["*"]
cd buildpath/"src/github.com/minio/minio/" do
system "go", "build", "-o", buildpath/"minio"
system "go", "build", "-o", bin/"minio", "-v"
end
bin.install buildpath/"minio"
end
test do