Homebrew Tools
Public Homebrew tap for ArchAstro command-line tools.
Install
brew install ArchAstro/tools/archastroScopey will be available after its first GitHub release:
brew install ArchAstro/tools/scopeyRelease 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