All Projects → mopidy → homebrew-mopidy

mopidy / homebrew-mopidy

Licence: other
Homebrew formulas for Mopidy and Mopidy extensions

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-mopidy

homebrew-portable-ruby
🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
Stars: ✭ 96 (+357.14%)
Mutual labels:  homebrew, tap
Homebrew Bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
Stars: ✭ 3,940 (+18661.9%)
Mutual labels:  homebrew, tap
puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (-19.05%)
Mutual labels:  homebrew, tap
homebrew-srm
Homebrew tap for srm since Apple and Homebrew decided nobody had mechanical disks anymore.
Stars: ✭ 14 (-33.33%)
Mutual labels:  homebrew, tap
Homebrew Terraforms
Homebrew repository for a Terraform version switcher and all Terraform versions
Stars: ✭ 174 (+728.57%)
Mutual labels:  homebrew, tap
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (+14.29%)
Mutual labels:  homebrew, tap
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-38.1%)
Mutual labels:  homebrew, tap
Homebrew Core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Stars: ✭ 10,450 (+49661.9%)
Mutual labels:  homebrew, tap
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+7785.71%)
Mutual labels:  homebrew, tap
Homebrew Livecheck
💀 Homebrew/homebrew-livecheck (deprecated)
Stars: ✭ 104 (+395.24%)
Mutual labels:  homebrew, tap
homebrew-apple-fonts
Easily install Apples fonts using homebrew.
Stars: ✭ 12 (-42.86%)
Mutual labels:  homebrew, tap
Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+1023.81%)
Mutual labels:  homebrew, tap
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (+223.81%)
Mutual labels:  homebrew, tap
homebrew-aws
Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the Formulae that are used in the macOS AMI that AWS offers.
Stars: ✭ 50 (+138.1%)
Mutual labels:  homebrew
dotfiles
Arch Linux DotFiles - Managed by GNU stow
Stars: ✭ 30 (+42.86%)
Mutual labels:  mopidy
new-browserhax-XL
Another one!
Stars: ✭ 32 (+52.38%)
Mutual labels:  homebrew
NSW-Custom-Game-Icons
Nintendo Switch custom game icons, icon repo for NX-GiC
Stars: ✭ 33 (+57.14%)
Mutual labels:  homebrew
mopidy-bandcamp
Mopidy backend for bandcamp
Stars: ✭ 15 (-28.57%)
Mutual labels:  mopidy
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (+328.57%)
Mutual labels:  homebrew
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-14.29%)
Mutual labels:  homebrew

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].