2016-04-10 18:32:47 +00:00
|
|
|
require "language/go"
|
|
|
|
|
|
|
|
class Gx < Formula
|
|
|
|
desc "The language-agnostic, universal package manager"
|
|
|
|
homepage "https://github.com/whyrusleeping/gx"
|
2016-09-14 08:28:36 +00:00
|
|
|
url "https://github.com/whyrusleeping/gx/archive/v0.9.1.tar.gz"
|
|
|
|
sha256 "ba01c0f45f2591ee8b0f4bd561aa95df93415881ff0ffb380a1774afe41302c7"
|
2016-04-10 18:32:47 +00:00
|
|
|
head "https://github.com/whyrusleeping/gx.git"
|
|
|
|
|
2016-04-12 05:09:34 +00:00
|
|
|
bottle do
|
|
|
|
cellar :any_skip_relocation
|
2016-08-24 10:39:43 +00:00
|
|
|
sha256 "901e65fc738f676b6e1937a2f9623df42d7b195cdb49252868f6040535a04b71" => :el_capitan
|
|
|
|
sha256 "c09251a4705253a1fb92172daebf97c9e8ad3e74251b5b98a341fc8d3d756081" => :yosemite
|
|
|
|
sha256 "793c6fe81d3d2440e8dee19c017f0fab5f84cb7234a89afebbb8a882dfe32207" => :mavericks
|
2016-04-12 05:09:34 +00:00
|
|
|
end
|
|
|
|
|
2016-04-10 18:32:47 +00:00
|
|
|
depends_on "go" => :build
|
2016-06-24 11:40:17 +00:00
|
|
|
|
2016-04-10 18:32:47 +00:00
|
|
|
go_resource "github.com/blang/semver" do
|
|
|
|
url "https://github.com/blang/semver.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "60ec3488bfea7cca02b021d106d9911120d25fe9"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/codegangsta/cli" do
|
|
|
|
url "https://github.com/codegangsta/cli.git",
|
2016-09-14 08:28:36 +00:00
|
|
|
:revision => "61f519fe5e57c2518c03627b194899a105838eba"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/ipfs/go-ipfs-api" do
|
|
|
|
url "https://github.com/ipfs/go-ipfs-api.git",
|
2016-09-14 08:28:36 +00:00
|
|
|
:revision => "591ed9cdb542b0db25818cfab701d3772863e9ba"
|
2016-08-23 18:36:42 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/ipfs/go-ipfs" do
|
|
|
|
url "https://github.com/ipfs/go-ipfs.git",
|
2016-09-14 08:28:36 +00:00
|
|
|
:revision => "85da76a4eea9098d5874c168c728591d1d2f58a1"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/jbenet/go-base58" do
|
|
|
|
url "https://github.com/jbenet/go-base58.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "6237cf65f3a6f7111cd8a42be3590df99a66bc7d"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/jbenet/go-multiaddr" do
|
|
|
|
url "https://github.com/jbenet/go-multiaddr.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "1dd0034f7fe862dd8dc86a02602ff6f9e546f5fe"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/jbenet/go-multiaddr-net" do
|
|
|
|
url "https://github.com/jbenet/go-multiaddr-net.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "ff394cdaae087d110150f15418ea4585c23541c6"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/jbenet/go-multihash" do
|
|
|
|
url "https://github.com/jbenet/go-multihash.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "5bb8e87657d874eea0af6366dc6336c4d819e7c1"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/jbenet/go-os-rename" do
|
|
|
|
url "https://github.com/jbenet/go-os-rename.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "3ac97f61ef67a6b87b95c1282f6c317ed0e693c2"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/mitchellh/go-homedir" do
|
|
|
|
url "https://github.com/mitchellh/go-homedir.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "756f7b183b7ab78acdbbee5c7f392838ed459dda"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
2016-06-24 11:40:17 +00:00
|
|
|
go_resource "github.com/sabhiram/go-git-ignore" do
|
|
|
|
url "https://github.com/sabhiram/go-git-ignore.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "228fcfa2a06e870a3ef238d54c45ea847f492a37"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/whyrusleeping/go-multipart-files" do
|
|
|
|
url "https://github.com/whyrusleeping/go-multipart-files.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "3be93d9f6b618f2b8564bfb1d22f1e744eabbae2"
|
2016-06-24 11:40:17 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/whyrusleeping/json-filter" do
|
|
|
|
url "https://github.com/whyrusleeping/json-filter.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "ff25329a9528f01c5175414f16cc0a6a162a5b8b"
|
2016-06-24 11:40:17 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/whyrusleeping/stump" do
|
|
|
|
url "https://github.com/whyrusleeping/stump.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "206f8f13aae1697a6fc1f4a55799faf955971fc5"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "github.com/whyrusleeping/tar-utils" do
|
|
|
|
url "https://github.com/whyrusleeping/tar-utils.git",
|
2016-08-23 18:36:42 +00:00
|
|
|
:revision => "beab27159606f5a7c978268dd1c3b12a0f1de8a7"
|
2016-06-24 11:40:17 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
go_resource "golang.org/x/crypto" do
|
|
|
|
url "https://go.googlesource.com/crypto.git",
|
2016-09-14 08:28:36 +00:00
|
|
|
:revision => "119f50887f8fe324fe2386421c27a11af014b64e"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def install
|
|
|
|
ENV["GOPATH"] = buildpath
|
2016-06-24 11:40:17 +00:00
|
|
|
mkdir_p "src/github.com/whyrusleeping"
|
|
|
|
ln_s buildpath, "src/github.com/whyrusleeping/gx"
|
2016-04-10 18:32:47 +00:00
|
|
|
Language::Go.stage_deps resources, buildpath/"src"
|
2016-06-24 11:40:17 +00:00
|
|
|
system "go", "build", "-o", bin/"gx"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
test do
|
2016-06-24 11:40:17 +00:00
|
|
|
system bin/"gx", "help"
|
2016-04-10 18:32:47 +00:00
|
|
|
end
|
|
|
|
end
|