GAM icon indicating copy to clipboard operation
GAM copied to clipboard

make gam available as a Homebrew package ???

Open Luke-Jaeger opened this issue 2 years ago • 5 comments
trafficstars

any chance that gam could be in the homebrew repositories? It would be delightful to just type brew upgrade gam and be done

gam is awesome by the way I manage groups & lists for a college CS department and it's so nice to have this tool! Especially since I always have to update the lists at the busiest time of year.

Luke-Jaeger avatar Sep 05 '23 14:09 Luke-Jaeger

Just type the following: bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -l

taers232c avatar Sep 05 '23 14:09 taers232c

Just type the following: bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -l

I know, it's just nice to have one standard way of updating all my dozens of 3rd-party command line tools

Luke-Jaeger avatar Sep 05 '23 15:09 Luke-Jaeger

FWIW, I much prefer a packaging system than | sh

The bar is higher to get code into homebrew/etc which is a level of security over "download untrusted unseen code and execute, dear unix shell".

daethnir avatar Sep 05 '23 15:09 daethnir

As a macOS user, the first thing I look for are Homebrew versions of utilities because they are easier to install and maintain. While I know the current install of gam is only 1 line, it is far easier for me to remember brew install gam over the current one. I can also tell brew to update by simply saying brew update gam. It's a standardized syntax.

As @daethnir mentioned, the bar is higher to get code accepted into Homebrew versus just publishing it as is being done now. What is appspot.com, anyway? How does an admin go about validating install links, especially if they're inexperienced? The point of the previous questions is to illustrate that it is easier to use and trust a tool like Homebrew because there is some validation involved.

Please add Homebrew support!

chris-zenfolio avatar Nov 13 '23 17:11 chris-zenfolio