Skip to content

Instantly share code, notes, and snippets.

@aahmed-se
Created December 1, 2019 01:55
Show Gist options
  • Save aahmed-se/fbf7bcec743e32f4a89f3accf0dcdc29 to your computer and use it in GitHub Desktop.
Save aahmed-se/fbf7bcec743e32f4a89f3accf0dcdc29 to your computer and use it in GitHub Desktop.
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