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

✨ [Feature] Addition of a Homebrew Tap for the Goravel installer ? #440

Open
1 task done
livghit opened this issue Jun 19, 2024 · 4 comments
Open
1 task done

Comments

@livghit
Copy link

livghit commented Jun 19, 2024

Before feedback (在反馈之前)

  • There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)

Describe Feature (描述功能)

Hey ,

just wanted to know if a Homebrew Tap is planned for the goravel installer. I think it would be a handy addition for the Mac developers to just brew install goravel and have an easy start with it .

For this we could use GoReleaser to autogenerate the rb file on every new release and autoupdate the Homebrew Tap

Thank you and have a nice remaining week :)

@hwbrzzl
Copy link
Contributor

hwbrzzl commented Jun 19, 2024

Yes, a good idea, we can have it. 👍

Copy link

Hi @livghit 👋

We think your feedback is very valuable! If you are interested, please submit a PR, please include test cases, documentation, etc., and ensure that the CI is passed, thank you and look forward to your contribution!
我们认为您的反馈非常有价值!如果有兴趣欢迎提交 PR,请包含相应的测试用例、文档等,并确保 CI 通过,感谢和期待您的贡献!

@livghit
Copy link
Author

livghit commented Jun 19, 2024

@hwbrzzl, I'm not entirely sure about your current release process, but I wanted to suggest incorporating GoReleaser as part of our workflow. GoReleaser is a tool that automates the release process for Go projects, handling everything from building binaries to creating GitHub releases and generating Homebrew formulae. This would streamline our release process and reduce manual effort.

However, if you prefer to keep things simple and avoid adding a new dependency, I can provide the necessary Ruby code for creating a Homebrew formula tap. This approach would still require setting up an additional Git repository where Homebrew can access and pull our releases.

Here's a brief overview of both approaches:

GoReleaser:
    Automates the entire release process.
    Creates GitHub releases, Homebrew formulae, and more.
    Reduces manual intervention, making releases more consistent and reliable.

Manual Homebrew Formula Tap:
    I can provide the Ruby script needed for the Homebrew formula.
    Requires an additional Git repository for Homebrew to fetch releases.
    Maintains the current process without adding new dependencies.

Please let me know which approach you prefer or if you have any other suggestions!

@hwbrzzl
Copy link
Contributor

hwbrzzl commented Jun 20, 2024

Thanks for your information, GoReleaser is good, it can be added to goravel/installer.

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

2 participants