-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add homebrew formulae #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused, do you expect this to still be a separate repo? I expected this to be submitted to the Pulsar itself.
The intent is to make the
Let me know your thoughts. |
I see, what about an automation that would push a commit to a gh-pages branch after new macOS build of Pulsar is out? That way we don't need to update it manually ever again and GitHub Pages will take care of hosting it and avoid downloading the whole repo (that is assuming "static website" is a supported way in homebrew). |
I was thinking for a while & also confirmed with @DaMandal0rian:
Putting here @DaMandal0rian's plan:
I will let @DaMandal0rian take over from here. |
I like this plan! |
@nazar-pc I will open an issue with @DaMandal0rian's plan, which can be submitted as another PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are keeping this repo, yes. Thanks for doing this!
@abhi3700 I think you tagged the wrong person 😆 |
Description
This PR is to add Homebrew formulae for pulsar, facilitating easy installation on macOS.
As the installation can be done based on the formulae
pulsar.rb
code onmain
branch, so I tested via pushing the PR's code to another dummy repo.Tested OK ✅
With this PR, this issue can be resolved.