Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopidy/homebrew-mopidy
Homebrew formulas for Mopidy and Mopidy extensions
https://github.com/mopidy/homebrew-mopidy
homebrew mopidy tap
Last synced: 3 days ago
JSON representation
Homebrew formulas for Mopidy and Mopidy extensions
- Host: GitHub
- URL: https://github.com/mopidy/homebrew-mopidy
- Owner: mopidy
- License: other
- Created: 2014-06-27T00:10:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:15:07.000Z (9 months ago)
- Last Synced: 2024-04-14T07:45:11.308Z (7 months ago)
- Topics: homebrew, mopidy, tap
- Language: Ruby
- Homepage: https://mopidy.com
- Size: 158 KB
- Stars: 22
- Watchers: 8
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-BSD
Awesome Lists containing this project
README
# 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 ` to find the formula you're looking for.
2. Run `brew install ` to install the formula and all needed
dependencies.If the formula conflicts with one from another tap, you can use `brew
install mopidy/mopidy/` 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 docs](https://docs.brew.sh).
## Adding a formula to this tap
1. Fork this repository on GitHub.
2. Clone to your Mac.
3. Read
[Python for Formula Authors](https://docs.brew.sh/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](https://docs.brew.sh) for help.
6. Test it locally! `brew install ./my-new-formula.rb`. Does it install? Note,
how `./.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.