mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 14:11:15 +08:00
Add README about pkgs
This commit is contained in:
parent
1ec584e9fa
commit
9e8f7cbb96
14
pkg/README.md
Normal file
14
pkg/README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Packages
|
||||||
|
|
||||||
|
https://github.com/RubyMetric/chsrc/issues/16
|
||||||
|
|
||||||
|
- [x] `Homebrew`
|
||||||
|
- [x] `scoop`
|
||||||
|
- [ ] `AUR`
|
||||||
|
- [ ] ...
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ brew install chsrc
|
||||||
|
|
||||||
|
$ scoop install chsrc
|
||||||
|
```
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.1.5",
|
|
||||||
"description": "chsrc: a fast command line tool to Change Source for every software on every platform",
|
|
||||||
"homepage": "https://gitee.com/RubyMetric/chsrc",
|
|
||||||
"license": "GPLv3",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://gitee.com/RubyMetric/chsrc/releases/download/v0.1.5/chsrc-x64-windows.exe",
|
|
||||||
"hash": "36EE945874FA45DBA735FD0EF64AEEDB339C6F3385BEDEF422863845C0674A88"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bin": [ ["chsrc-x64-windows.exe", "chsrc"] ] ,
|
|
||||||
"checkver": "github",
|
|
||||||
"autoupdate": {
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://gitee.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x64-windows.exe"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user