2024-07-24 16:38:19 +08:00
|
|
|
|
# Packages
|
|
|
|
|
|
|
|
|
|
https://github.com/RubyMetric/chsrc/issues/16
|
|
|
|
|
|
|
|
|
|
- [x] `Homebrew`
|
2024-08-19 14:53:02 +08:00
|
|
|
|
- [x] `Scoop`
|
2024-08-29 16:19:53 +08:00
|
|
|
|
- [x] `AUR`
|
2024-08-19 14:53:02 +08:00
|
|
|
|
- [ ] `Flatpak`
|
2024-08-29 16:30:14 +08:00
|
|
|
|
- [ ] `snap`
|
2024-07-24 16:38:19 +08:00
|
|
|
|
- [ ] ...
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ brew install chsrc
|
|
|
|
|
|
|
|
|
|
$ scoop install chsrc
|
2024-08-29 16:19:53 +08:00
|
|
|
|
|
2024-09-10 16:11:37 +08:00
|
|
|
|
yay -S chsrc-bin # Binary from GitHub Release
|
|
|
|
|
yay -S chsrc # Build from GitHub Release
|
|
|
|
|
yay -S chsrc-git # Build from the latest main branch (stable)
|
2024-07-24 16:38:19 +08:00
|
|
|
|
```
|
2024-08-19 14:53:02 +08:00
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
# Homebrew
|
|
|
|
|
|
|
|
|
|
https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
|
|
|
|
|
|
|
|
|
|
# Scoop
|
|
|
|
|
|
|
|
|
|
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
|
2024-08-29 16:19:53 +08:00
|
|
|
|
|
|
|
|
|
# AUR
|
|
|
|
|
|
2024-09-10 16:11:37 +08:00
|
|
|
|
[chsrc-bin](https://aur.archlinux.org/packages/chsrc-bin): 从GitHub Release直接下载的二进制文件
|
2024-08-29 16:19:53 +08:00
|
|
|
|
|
2024-09-10 16:11:37 +08:00
|
|
|
|
[chsrc](https://aur.archlinux.org/packages/chsrc):从GitHub Release的代码构建
|
|
|
|
|
|
|
|
|
|
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,偶尔可能不稳定
|