Skip to content

mopidy/homebrew-mopidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Homebrew-Mopidy

These formulae let you install Mopidy and Mopidy extensions with all required dependencies on macOS.

How to install these formulae?

  1. Run brew tap mopidy/mopidy to get access to formulae in this repo.

  2. Run brew search <query> to find the formula you're looking for.

  3. Run brew install <formula> to install the formula and all needed dependencies.

    If the formula conflicts with one from another tap, you can use brew install mopidy/mopidy/<formula> to explicitly install the formula from this repo.

    You can also install via URL: brew install https://raw.github.com/mopidy/homebrew-mopidy/master/Formula/<formula>.rb

Troubleshooting

See brew help, man brew, or the Homebrew docs.

Adding a formula to this tap

  1. Fork this repository on GitHub.
  2. Clone to your Mac.
  3. Read Python for Formula Authors and look at the other formulae here.
  4. In your locally cloned homebrew-mopidy repo, create a new branch: git checkout -b my-new-formula
  5. Write/edit your formula (Ruby file). Check the Homebrew docs for help.
  6. Test it locally! brew install ./my-new-formula.rb. Does it install? Note, how ./<formula>.rb will target the local file.
  7. git push origin my-new-formula to get it into your GitHub as a new branch.
  8. If you have to change something, add a commit and git push.
  9. On GitHub, submit a pull request to get your branch merged into this repo.

License

The formulae in this tap is licensed under the 2-clause BSD license, just like Homebrew itself. See the file LICENSE-BSD for the license text.