chsrc/pkg/README.md
2024-08-29 16:30:14 +08:00

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