mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-04 06:23:37 +08:00
39 lines
842 B
Markdown
39 lines
842 B
Markdown
# Packages
|
||
|
||
https://github.com/RubyMetric/chsrc/issues/16
|
||
|
||
- [x] `Homebrew`
|
||
- [x] `Scoop`
|
||
- [x] `AUR`
|
||
- [ ] `Flatpak`
|
||
- [ ] `snap`
|
||
- [ ] ...
|
||
|
||
```bash
|
||
$ brew install chsrc
|
||
|
||
$ scoop install chsrc
|
||
|
||
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)
|
||
```
|
||
|
||
<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
|
||
|
||
# AUR
|
||
|
||
[chsrc-bin](https://aur.archlinux.org/packages/chsrc-bin): 从GitHub Release直接下载的二进制文件
|
||
|
||
[chsrc](https://aur.archlinux.org/packages/chsrc):从GitHub Release的代码构建
|
||
|
||
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,偶尔可能不稳定
|