Skip to content

atoum/homebrew-atoum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew atoum

atoum macOS formulae for the Homebrew package manager

Requirements

The Homebrew php tap is required : brew tap homebrew/homebrew-php

Install

The first thing you will have to do is setup the atoum/homebrew-atoum tap:

brew tap atoum/homebrew-atoum

Once done, you will have acces to several formulae:

Formula atoum version
[email protected] dev-master
atoum 3.0.0
[email protected] 2.9.0
[email protected] 2.8.2

To install a formula, run one of these commands:

brew install atoum
brew install [email protected]

Usage

Homebrew will install atoum in the Cellar and you will be able to run it using the atoum command.

Every formulae will provide a atoum script. You will probably need to use link/unlink to manage them:

brew install [email protected]
#...

atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)

brew install atoum
#...

atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)

brew unlink [email protected] && brew link atoum
#...

atoum
atoum version 2.9.0 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.9.0/libexec/atoum.phar)

Licence

homebrew-atoum is released under the BSD-3-Clause. See the bundled LICENSE file for detail.

atoum

About

atoum macOS formulae for the Homebrew package manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages