Skip to content

Latest commit

 

History

History
executable file
·
38 lines (21 loc) · 1.52 KB

README.md

File metadata and controls

executable file
·
38 lines (21 loc) · 1.52 KB

Ortus Solutions Homebrew Tap

This is the Ortus Solutions tap repository for Box products, which may be installed using the OSX Homebrew package manager. It allows the ability to install and test homebrew installation packages. This tap may be pinned to override the upstream source used in Homebrew installations.

Usage

  • To use this tap, run brew tap ortus-solutions/boxtap from your terminal.

  • To install a formula from this tap:

    brew install ortus-solutions/homebrew-boxtap/[formula]

  • To install the development version of a formula:

    brew install --head ortus-solutions/homebrew-boxtap/[formula]

  • To pin this tap, prioritizing all formula in it above the official Homebrew versions:

    brew tap-pin ortus-solutions/homebrew-boxtap

  • To unpin and revert formulae priority to the official Hombrew repo:

    brew tap-unpin ortus-solutions/homebrew-boxtap

Maintenance and Additions

Valid Homebrew formula may be created and added to the repository. See the Homebrew Formula Cookbook for additional information on creating homebrew installation formulae.

Formula updates must include an updated SHA256 hash of the downloadable .zip or .tgz package.

Formula which are overwritten during an automated build and deploy cycle should have their tap file updated to reflect the current hash or installations from this tap will fail.