Skip to content

Commit

Permalink
Add go-org.
Browse files Browse the repository at this point in the history
  • Loading branch information
TakesxiSximada committed Dec 12, 2021
1 parent 82de129 commit daee54d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/go-org.rb
@@ -0,0 +1,17 @@
class GoOrg < Formula
desc ""
homepage ""
url "https://github.com/niklasfasching/go-org/archive/refs/tags/v1.5.0.tar.gz"
sha256 "66c3402f513771636dda2f6f451ff1f0e5aedeb52eb4bc57295a870737cfacb0"
license "MIT"

depends_on "go" => :build

def install
system "go", "build", *std_go_args
end

test do
system "false"
end
end
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,3 +10,4 @@ Or `brew tap takesxisximada/tap` and then `brew install <formula>`.

- [x] apisprout https://github.com/TakesxiSximada/apisprout ( ORIGINAL REPOSITORY https://github.com/danielgtaylor/apisprout )
- [x] ~~sqlfluff~~ https://github.com/sqlfluff/sqlfluff (This formula was sent pull request to homebrew-core. https://github.com/Homebrew/homebrew-core/pull/90418 )
- [x] go-org https://github.com/niklasfasching/go-org

0 comments on commit daee54d

Please sign in to comment.