go-enum icon indicating copy to clipboard operation
go-enum copied to clipboard

Add go-enum to Homebrew

Open ulbwa opened this issue 10 months ago • 2 comments

Summary

I would like to request adding go-enum binaries to Homebrew repositories for macOS users to enable easy installation via brew install.

Motivation

Currently, macOS users need to manually install go-enum using go install or building from source. Adding Homebrew support would:

  • Simplify installation process for macOS developers
  • Provide version management through Homebrew
  • Make the tool more accessible to developers who prefer package managers

Current Installation Method

go install github.com/abice/go-enum@latest

Proposed Installation Method

brew install go-enum

ulbwa avatar May 25 '25 10:05 ulbwa

-Simplify installation process for macOS developers
+Simplify installation process for macOS/Linux developers

I'm using Linux and I enjoy having my tools up-to-date via homebrew, even my Go tools.

Side note, it's "pretty easy" (™️😅) to set up goreleaser to also set up homebrew

ccoVeille avatar May 25 '25 13:05 ccoVeille

Hey, this sounds great, but I don't know enough about setting up a homebrew thing like that. It might take me a while to figure that all out 😢

abice avatar Jun 16 '25 23:06 abice