Skip to content

Homebrew formula installs but brew info fails #27

@yjmeqt

Description

@yjmeqt

Summary

The Homebrew tap formula installs and uninstalls successfully, but brew info remo fails with:

Error: yjmeqt/tap/remo: formula requires at least a URL

Repro

  1. brew install yjmeqt/tap/remo
  2. brew info remo

Actual

  • install succeeds
  • CLI works
  • brew info remo errors out

Expected

brew info remo should work like a normal formula inspection command.

Notes

Current generated formula only defines url inside on_arm / on_intel blocks. That appears to be enough for installation, but not for every Homebrew formula code path.

Likely fix area:

  • scripts/render-homebrew-formula.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions