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

Please add launchpad to homebrew #81

Open
DanielMabbett opened this issue Aug 5, 2021 · 1 comment
Open

Please add launchpad to homebrew #81

DanielMabbett opened this issue Aug 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@DanielMabbett
Copy link

Would be nice to be able to install this tool using brew instead of downloading the packages from this repo.

@kke kke added the enhancement New feature or request label Aug 10, 2021
@wkonitzer
Copy link

wkonitzer commented Jul 7, 2023

I’ve created a simple formula attached which works on my arm64 and amd64 Macbooks.
launchpad.rb.zip

Download, unzip and install using
brew install <file_location>/launchpad.rb

I don't think we can include it in a tap or the core as launchpad is only distributed as a binary, and to include in core it would need to be built from source.

You can install my attached version quickly using something like
curl -L -o ~/Downloads/launchpad.rb.zip https://github.com/Mirantis/launchpad/files/11986550/launchpad.rb.zip; unzip ~/Downloads/launchpad.rb.zip -d ~/Downloads; brew install ~/Downloads/launchpad.rb; rm ~/Downloads/launchpad.r*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants