Skip to content

Commit

Permalink
Adds kat Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
anbarasan committed Jul 29, 2019
1 parent dc695b3 commit 5f7e331
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/kat.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class Kat < Formula
desc "CLI for Kafka admin operations."
homepage "https://github.com/gojekfarm/kat"
url "https://github.com/gojekfarm/kat/releases/download/v0.0.1/kat_0.0.1_Darwin_x86_64.tar.gz"
sha256 "b0d2334b0b4fbbdc9e11d3078d5ff41ada08afc89c5603e8bf7b273350c6f9e2"
head "https://github.com/gojekfarm/kat.git"

bottle :unneeded

def install
bin.install "kat"
end

test do
system "#{bin}/kat", "--help"
end
end
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Homebrew Formulas for GO-JEK OpenSource Tools
* Install [Homebrew](https://docs.brew.sh/Installation)
* `brew tap gojek/tap`
* `brew install proctor`
* To get SHA256 associated with a release version
```brew fetch Formula/<formula-name.rb>```

0 comments on commit 5f7e331

Please sign in to comment.