Created
December 1, 2019 01:55
-
-
Save aahmed-se/fbf7bcec743e32f4a89f3accf0dcdc29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Pulsarctl < Formula | |
desc "Pulsar admin go cli" | |
homepage "https://github.com/streamnative/pulsarctl" | |
url "https://github.com/streamnative/pulsarctl/releases/download/v0.2.0/pulsarctl-amd64-darwin" | |
version "v0.2.0" | |
sha256 "a752acbbf044cdb74e27bcb1d6145b0307588961732fbd63fd479cdbd3c9ef24" | |
def install | |
mv "pulsarctl-amd64-darwin", "pulsarctl" | |
bin.install "pulsarctl" | |
end | |
test do | |
system "#{bin}/pulsarctl", "version" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment