bgr / omdb-cli

Python command line tool for retrieving movie/TV show information via OMDb API
GNU Lesser General Public License v3.0
48 stars 9 forks source link

Create Homebrew tap #11

Open kenorb opened 7 years ago

kenorb commented 7 years ago

I'd like to be able to install omdbtool via Brew on macOS, e.g.:

brew install omdbtool

Then I would expect omdbtool command available, linked to the omdbtool.py.

To do that, Homebrew tap needs to be created, then PR needs to be submitted to Homebrew/core.

See: How to Create and Maintain a Tap.

Related: Cask request: omdbtool #39810

bgr commented 6 years ago

I don't use macOS, would you like to take care of that stuff? Feel free to do it from a fork if that's an easier way to maintain it.