https://github.com/linxunfeng/homebrew-tap
https://github.com/linxunfeng/homebrew-tap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/linxunfeng/homebrew-tap
- Owner: LinXunFeng
- Created: 2024-02-18T10:03:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T06:19:31.000Z (about 1 year ago)
- Last Synced: 2025-03-18T07:26:44.661Z (about 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 提供多版本
1. 新建 `condor@0.0.1.rb` 并将 `condor.rb` 中的内容复制进来
2. 将 `condor@0.0.1.rb` 中的 `class Condor` 修改为 `class CondorAT001`
3. 确保 `url` 中 的地址指向的是 `0.0.1` 版本的压缩包地址
## 资料
- [Homebrew Formula Cookbook](https://docs.brew.sh/Formula-Cookbook)