Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.74 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.74 KB

homebrew-tq

A Homebrew Tap for TQ Tezos's formulae.

How do I install these formulae?

To setup the Tap so Homebrew can find this formulae, run:

brew tap tqtezos/homebrew-tq https://github.com/tqtezos/homebrew-tq.git

To install a particular formula whose name is unique to this Tap, run:

brew install <formula>

For example, to install Tezos (including the tezos-client), run:

brew install tezos

Otherwise, run:

brew install tqtezos/homebrew-tq/<formula>

To use the Tap with SSH

Run the following instead of the above https command:

brew tap tqtezos/homebrew-tq git@github.com:tqtezos/homebrew-tq.git

Updating the bottles

Build the bottles:

brew test-bot --root-url=https://bintray.com/michaeljklein/bottles-tq \
  --bintray-org=michaeljklein --tap=tqtezos/homebrew-tq tqtezos/homebrew-tq/tezos
brew test-bot --root-url=https://bintray.com/michaeljklein/bottles-tq \
  --bintray-org=michaeljklein --tap=tqtezos/homebrew-tq tqtezos/homebrew-tq/lorentz-contract-param
brew test-bot --root-url=https://bintray.com/michaeljklein/bottles-tq \
  --bintray-org=michaeljklein --tap=tqtezos/homebrew-tq tqtezos/homebrew-tq/lorentz-contracts-sale

Set the environment variables to upload the bottles:

export HOMEBREW_BINTRAY_USER="michaeljklein"
export HOMEBREW_BINTRAY_KEY="API_KEY_HERE"

Add packages for each formula: tezos, lorentz-contract-param

brew test-bot --ci-upload --git-name=michaeljklein --git-email=michael@tqgroup.io \
  --bintray-org=michaeljklein --root-url=https://bintray.com/michaeljklein/bottles-tq