You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Formula/perspective.rb for the Perspective CLI (macOS ARM64): metadata, dependency on macOS/arm64, install of the perspective binary and optional mlx.metallib, and a basic help test. Update build.sh to patch the formula's release URL and sha256 during distribution and print copy instructions for the homebrew tap.
# ── Update Homebrew formula ───────────────────────────────────────
135
+
FORMULA="$PROJECT_DIR/Formula/perspective.rb"
136
+
if [ -f"$FORMULA" ];then
137
+
sed -i ''"s|url \".*\"|url \"https://github.com/techopolis/PerspectiveCLI/releases/download/${VERSION}/perspective-cli-${VERSION}-macos-arm64.tar.gz\"|""$FORMULA"
138
+
sed -i ''"s|sha256 \".*\"|sha256 \"${SHA}\"|""$FORMULA"
0 commit comments