casacore / homebrew-tap

0 stars 2 forks source link

Casacore Tap

How do I install these formulae?

brew install casacore/tap/<formula>

Or brew tap casacore/tap and then brew install <formula>.

Or, in a brew bundle Brewfile:

tap "test/tap"
brew "<formula>"

Documentation

brew help, man brew or check Homebrew's documentation.

History

This used to reside in https://github.com/ska-sa/homebrew-tap.

To access those older commits when you run git log, git blame and other commands on your local clone, do

git fetch origin '+refs/replace/*:refs/replace/*'