ibrewster / homebrew-avo

AVO related homebrew formulas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew-avo

This is the unoffical Homebrew tap for AVO-related projects.

Install

First, install Homebrew (only needed once, if not already installed):

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then, tap this repository (only needed once):

brew tap ibrewster/avo

You may then view information about the tap's formulae using

brew info <formula_name>

and you can install a formula with

brew install <formula_name>

where <formula_name> is any of the filenames (minus extension) contained in the repository.

Currently supported formulae

hourssince

projection

nrlmsise-00

volcano-ash3d-metreader

avog2s

More information

You can read up about Homebrew taps here. Having problems? Please submit an issue.

Example

To install the hourssince package:

  • If you do not have homebrew installed:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Before the first time installing any packages from this repository
brew tap ibrewster/avo
  • Then, install the package
brew install hourssince
  • Later, to install other packages, you just need to run brew install with the short name of the package (projection, nrlmsise-00, etc)

  • To upgrade the hourssince package after it has been installed, run:

brew upgrade hourssince

About

AVO related homebrew formulas


Languages

Language:Ruby 100.0%