gitstatus: 1.5.5-fbca4a5 (new formula) - #46
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new Homebrew formula for gitstatus, a status daemon for shell prompts, and updates the README with installation instructions. The review feedback identifies two key issues in the formula: first, libiconv should be declared using uses_from_macos rather than as a build-only dependency; second, the installation step should not bypass the superenv sandbox by prepending to PATH, nor should it perform a redundant fetch of the libgit2 resource during the install phase.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
2dc6f1a to
94bdb07
Compare
Add a formula for the gitstatus daemon from the simnalamburt/gitstatus fork. The build uses Homebrew-managed libgit2 as a resource and feeds it to gitstatus's existing build script so the build phase does not fetch its own dependencies. Install gitstatusd into bin and keep the shell integration files under pkgshare for users to source explicitly. Co-authored-by: @codex <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
brew install simnalamburt/x/gitstatus export GITSTATUS_DAEMON=/opt/homebrew/bin/gitstatusdAdd a formula for the gitstatus daemon from the simnalamburt/gitstatus fork. The build uses Homebrew-managed libgit2 as a resource and feeds it to gitstatus's existing build script so the build phase does not fetch its own dependencies.
Install gitstatusd into bin and keep the shell integration files under pkgshare for users to source explicitly.