← 全部工具

ArchAstro/homebrew-tools

热度 65 更新于 开发与构建

Official Homebrew tap for ArchAstro developer tools.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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