← All tools

ArchAstro/homebrew-tools

Popularity 65 Updated Development & Build

Official Homebrew tap for ArchAstro developer tools.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

Homebrew Tools

Public Homebrew tap for ArchAstro command-line tools.

Install

brew install ArchAstro/tools/archastro

Scopey will be available after its first GitHub release:

brew install ArchAstro/tools/scopey

Release Update Flow

After publishing an archastro or scopey GitHub release:

  • Download or copy the four SHA-256 values from the release's

checksums.txt.

  • Run the matching helper in scripts/ with the version followed by the

Darwin ARM64, Darwin x64, Linux ARM64, and Linux x64 checksums.

  • Review the generated formula, open a pull request, and wait for validation.
  • After merging, verify a clean install and run the formula's version test.

For example:

scripts/update-scopey-formula.sh 0.1.0 \
  <darwin-arm64-sha> <darwin-x64-sha> <linux-arm64-sha> <linux-x64-sha>
brew install ArchAstro/tools/scopey
brew test scopey