cooklang / homebrew-tap

MIT License
4 stars 2 forks source link

Adding `--head` option for homebrew formula #2

Closed theunraveler closed 3 years ago

theunraveler commented 3 years ago

Hello again. This PR adds 4 things:

  1. Just some fixes for the brew audit listing checks.
  2. A head option to allow building of the app directly from main instead of at a particular tag/version. You can do that with brew install --build-from-source --head cook.
  3. Bumped the version of cook to 0.0.9.
  4. Removed the make prepare step from the build process. I misunderstood what that step was for, and it isn't needed to build the app.

Thanks!

dubadub commented 3 years ago

@theunraveler thank you!