Skip to content

gitstatus: 1.5.5-fbca4a5 (new formula) - #46

Closed
simnalamburt wants to merge 1 commit into
mainfrom
gitstatus
Closed

gitstatus: 1.5.5-fbca4a5 (new formula)#46
simnalamburt wants to merge 1 commit into
mainfrom
gitstatus

Conversation

@simnalamburt

@simnalamburt simnalamburt commented Jun 8, 2026

Copy link
Copy Markdown
Owner
brew install simnalamburt/x/gitstatus
export GITSTATUS_DAEMON=/opt/homebrew/bin/gitstatusd

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread Formula/gitstatus.rb
Comment thread Formula/gitstatus.rb Outdated
@simnalamburt
simnalamburt force-pushed the gitstatus branch 2 times, most recently from 2dc6f1a to 94bdb07 Compare June 8, 2026 10:43
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant