chsrc/pkg/README.md
2024-09-10 16:11:37 +08:00

39 lines
842 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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):从最新源码构建的版本,偶尔可能不稳定