Skip to content

OxfordSKA/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Tap

Getting started

To use the forumlas provided here with your homebrew installation:

brew tap OxfordSKA/homebrew-tap

To remove:

brew untap OxfordSKA/homebrew-tap

Developer / maintainer info

Updating forumla

In most cases to update to a new version, simply replace the url and generate a new sha256 with

shasum -a 256 <file>

Creating and updating bottles

To create a new bottle:

brew install --build-bottle <formula>
brew bottle <formula>

Creating named versions

see https://docs.brew.sh/Versions.html

Verbose build mode

When installing / building a homebrew package verbose mode can be enabled with the -v flag. For example:

brew install -v casacore

Releases

No releases published

Packages

No packages published

Languages