carlosdagos / homebrew-mopidy

Homebrew formulas for Mopidy and Mopidy extensions

Home Page:http://www.mopidy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew-Mopidy

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

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>.rb

Troubleshooting

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

Adding a formula to this tap

  1. Fork this repository on GitHub.
  2. Clone to your Mac.
  3. Read Homebrew and Python 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 wiki for details.
  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, select your new branch and then click the "Pull Request" button.

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.

About

Homebrew formulas for Mopidy and Mopidy extensions

http://www.mopidy.com

License:Other


Languages

Language:Ruby 100.0%