Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Added a homebrew recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed May 23, 2020
1 parent dce0c8f commit 26d4527
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go-james.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project": {
"name": "go-james",
"version": "1.5.0",
"version": "1.5.2",
"description": "James is your butler and helps you to create, build, test and run your Go projects",
"copyright": "© 2020 Copyright Pieter Claerhout",
"package": "github.com/pieterclaerhout/go-james",
Expand Down
13 changes: 13 additions & 0 deletions go-james.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
class GoJames < Formula
desc "James is your butler and helps you to create, build, debug, test and run your Go projects"
homepage "https://github.com/pieterclaerhout/go-james"
url "https://github.com/pieterclaerhout/go-james/releases/download/v1.5.2/go-james_darwin_amd64.tar.gz"
sha256 "93dd08bf97d1369bd0497c01b2d014511036a728f0b2f9da61f7f3e03a2683de"
version "1.5.2"

bottle :unneeded

def install
bin.install "go-james"
end
end
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ github.com/pieterclaerhout/go-formatter v1.0.4 h1:XKFCBb9aNwazTqhtH1snru/D8E7yXQ
github.com/pieterclaerhout/go-formatter v1.0.4/go.mod h1:1okQQFUwXCLGTWXoWoh3OGchp3i7KeebwIx/ufmsjks=
github.com/pieterclaerhout/go-log v1.12.0 h1:TI2QXwHlgbrC15N0BuuxBj2CGlJuSwh4idnPysfwxp4=
github.com/pieterclaerhout/go-log v1.12.0/go.mod h1:UQePEuzicHr/G7iW41zyc/I+kLJLjD11rSy+Qp1o5Ao=
github.com/pieterclaerhout/go-log v1.13.0 h1:Jx12Ou5O7olkB48mD5IdqRWiYt5AHwfuLLDlz5LnDXw=
github.com/pieterclaerhout/go-log v1.13.0/go.mod h1:Zwdhg00fN6IuEWDvktUpu/XFMC5Y+NWrXyQ1RQHRPjc=
github.com/pieterclaerhout/go-waitgroup v1.0.7 h1:W9zHJzXO3SPo7Rb3E8hkk8D0gJPdP6DWENt6M08IxWE=
github.com/pieterclaerhout/go-waitgroup v1.0.7/go.mod h1:TJIzZKRP4sc5AT8M0RVUwXhw/OWMxg/lW8VsQz4SRBo=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down Expand Up @@ -80,6 +82,7 @@ golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d h1:/iIZNFGxc/a7C3yWjGcnboV
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20200521211927-2b542361a4fc h1:6m2YO+AmBApbUOmhsghW+IfRyZOY4My4UYvQQrEpHfY=
golang.org/x/tools v0.0.0-20200521211927-2b542361a4fc/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
Expand Down

0 comments on commit 26d4527

Please sign in to comment.