Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrojnm committed May 13, 2020
2 parents fe625b9 + de91a6e commit 732fcc4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/tap-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
url: "https://github.com/civo/cli-go/releases/download/v$VERSION_NUMBER/civo_$VERSION_NUMBER_darwin_amd64.tar.gz
tap: civo/homebrew-tools/formula/civo.rb
template: >
class Civo < Formula
desc "CLI for managing Civo resources"
homepage "https://github.com/civo/cli-go"
version "$STABLE_VERSION"
url "$STABLE_ASSET_URL"
sha256 "$STABLE_ASSET_SHA256"

def install
bin.install "civo"
end

# Homebrew requires tests.
test do
assert_match "$VERSION_NUMBER", shell_output("#{bin}/civo version -q", 2)
end
end

0 comments on commit 732fcc4

Please sign in to comment.