kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.36k stars 131 forks source link

Homebrew formula is not up-to-date #146

Closed fharper closed 8 months ago

fharper commented 1 year ago

dockutil on Homebrew is the 2.0.5 version, which is more than six years old. At the moment of creating this issue, v3.0.2 is the latest version.

phinze commented 1 year ago

πŸ‘‹ I just read through the relevant backlog trying to figure out what's up. It looks like Homebrew is blocked until #131 is merged so the package can be built.

Unfortunately, there's been no word from @kcrawford since Mar 2022, so Homebrew might have to deprecate the formula.

kcrawford commented 1 year ago

Why can’t homebrew explode the pkg and extract the binary? Why would you want to build it from source? Binary is signed.

SMillerDev commented 1 year ago

Why would you want to build it from source?

Because that's a requirement to be included in Homebrew. All Homebrew formula are build from source.

phinze commented 1 year ago

Hi @kcrawford - thanks for taking the time to look at this.

If you're open to accepting #131 that should resolve the issue with Homebrew.

If you'd prefer not to accept that PR, Homebrew does have a way of installing binary packages. It calls these packages Casks instead of Formulae. However, the maintainers prefer to have Formula for cli-only open source packages, as suggested by this comment on a past (rejected) attempt to submit dockutil as a Cask. We can try to appeal that decision if you are against the linked PR.

Let me know your thoughts and I'll try and keep the linked Homebrew issues up to date with the news.

iseth commented 1 year ago

Hello any updates with this? Would be awesome to have this included in brew.

jsardev commented 9 months ago

I see https://github.com/kcrawford/dockutil/pull/131 has been merged - can we do something with this issue? πŸ€”πŸ™

kcrawford commented 8 months ago

I think homebrew formula maintainers should have what they need now. (SPM, license, release)

straxhaber commented 8 months ago

Thank you @kcrawford!

fharper commented 8 months ago

Do we know who is maintaining this Homebrew formula?