Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make gam available as a Homebrew package ??? #1660

Open
Luke-Jaeger opened this issue Sep 5, 2023 · 4 comments
Open

make gam available as a Homebrew package ??? #1660

Luke-Jaeger opened this issue Sep 5, 2023 · 4 comments
Assignees

Comments

@Luke-Jaeger
Copy link

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.

@taers232c
Copy link
Contributor

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

@Luke-Jaeger
Copy link
Author

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

@daethnir
Copy link
Contributor

daethnir commented Sep 5, 2023

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".

@chris-zenfolio
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants