LicensePlist icon indicating copy to clipboard operation
LicensePlist copied to clipboard

Integrate into main homebrew repository

Open sgleadow opened this issue 7 years ago • 1 comments

This is a great little tool, thanks for the effort.

I noticed the homebrew installation is via a tap, would you consider adding the formula to the main homebrew repository?

I assume they generally want the formulas added by the maintainer where possible, but otherwise, I can try and send a PR for that.

Or have you already considered that and decided it's not what you want?

sgleadow avatar Jun 20 '18 06:06 sgleadow

Thanks for the feedback 👍

I think It is better adding formula to the main homebrew repository, but I'm not familiar with Homebrew distribution.

I can try and send a PR for that.

So, I'm welcome your PR 😄


FYI, current release flow is this:

  1. Execute this: ./release.sh X.Y.Z GITHUB_AUTH_TOKEN
    • release.sh: https://github.com/mono0926/LicensePlist/blob/master/release.sh
  2. Homebrew installation via a tap is updated here: https://github.com/mono0926/LicensePlist/blob/6ca6b47cfa3c0ead6236613303fe84e705550a92/release.sh#L22-L41

mono0926 avatar Jun 21 '18 00:06 mono0926