mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-18 10:32:48 +08:00
36 lines
658 B
Markdown
36 lines
658 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 # binary from release
|
||
$ yay -S chsrc-git # build from source
|
||
```
|
||
|
||
<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](https://aur.archlinux.org/packages/chsrc-git):从release打包的稳定发布版本
|
||
|
||
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,可能不稳定
|