mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-13 01:42:51 +08:00
Update pkg
doc
This commit is contained in:
parent
c6bbf99883
commit
683aadee17
37
pkg/AUR/README.md
Normal file
37
pkg/AUR/README.md
Normal file
@ -0,0 +1,37 @@
|
||||
<!-- -----------------------------------------------------------
|
||||
! SPDX-License-Identifier: GFDL-1.3-or-later
|
||||
! -------------------------------------------------------------
|
||||
! Doc Type : Markdown
|
||||
! Doc Name : README.md
|
||||
! Doc Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
! | Nul None <nul@none.org>
|
||||
! Contributors : Nil Null <nil@null.org>
|
||||
! |
|
||||
! Created On : <2025-06-15>
|
||||
! Last Modified : <2025-06-15>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
# AUR package
|
||||
|
||||
本文档说明了 `chsrc` 项目的 AUR 包的相关情况
|
||||
|
||||
<br>
|
||||
|
||||
## 相关文件
|
||||
|
||||
CI 维护者 [@Jerry-Terrasse](https://github.com/Jerry-Terrasse)
|
||||
|
||||
- `.github/workflows/pkg-aur-git.yml` - CI 配置文件1
|
||||
- `.github/workflows/pkg-aur-rel.yml` - CI 配置文件2
|
||||
|
||||
<br>
|
||||
|
||||
## Distribute
|
||||
|
||||
位于 https://aur.archlinux.org/packages
|
||||
|
||||
- [chsrc-bin](https://aur.archlinux.org/packages/chsrc-bin): 从 GitHub Releases 直接下载的二进制文件
|
||||
|
||||
- [chsrc](https://aur.archlinux.org/packages/chsrc):从 GitHub Releases 的代码构建
|
||||
|
||||
- [chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,偶尔可能不稳定
|
@ -1,6 +1,6 @@
|
||||
# Packages
|
||||
|
||||
https://github.com/RubyMetric/chsrc/issues/16
|
||||
## 分发情况
|
||||
|
||||
- [x] `Homebrew`
|
||||
- [x] `Scoop`
|
||||
@ -10,6 +10,8 @@ https://github.com/RubyMetric/chsrc/issues/16
|
||||
- [ ] `snap`
|
||||
- [ ] ...
|
||||
|
||||
<br>
|
||||
|
||||
```bash
|
||||
$ brew install chsrc
|
||||
|
||||
@ -24,22 +26,31 @@ yay -S chsrc-git # Build from the latest main branch (stable)
|
||||
|
||||
<br>
|
||||
|
||||
# Homebrew
|
||||
- Homebrew
|
||||
|
||||
https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
|
||||
https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
|
||||
|
||||
# Scoop
|
||||
- Scoop
|
||||
|
||||
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
|
||||
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
|
||||
|
||||
# WinGet
|
||||
- WinGet
|
||||
|
||||
https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/RubyMetric/chsrc
|
||||
https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/RubyMetric/chsrc
|
||||
|
||||
# AUR
|
||||
- AUR:
|
||||
|
||||
[chsrc-bin](https://aur.archlinux.org/packages/chsrc-bin): 从GitHub Release直接下载的二进制文件
|
||||
- https://aur.archlinux.org/packages/chsrc-bin
|
||||
|
||||
[chsrc](https://aur.archlinux.org/packages/chsrc):从GitHub Release的代码构建
|
||||
- https://aur.archlinux.org/packages/chsrc
|
||||
|
||||
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,偶尔可能不稳定
|
||||
- https://aur.archlinux.org/packages/chsrc-git
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
## 打包情况
|
||||
|
||||
- [x] `DEB`
|
||||
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user