From 9e8f7cbb967941a9c391eaaaa42a3c88be092d23 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 24 Jul 2024 16:38:19 +0800 Subject: [PATCH] Add README about pkgs --- pkg/README.md | 14 ++++++++++++++ pkg/scoop-chsrc.json | 21 --------------------- 2 files changed, 14 insertions(+), 21 deletions(-) create mode 100644 pkg/README.md delete mode 100644 pkg/scoop-chsrc.json diff --git a/pkg/README.md b/pkg/README.md new file mode 100644 index 0000000..81504b0 --- /dev/null +++ b/pkg/README.md @@ -0,0 +1,14 @@ +# Packages + +https://github.com/RubyMetric/chsrc/issues/16 + +- [x] `Homebrew` +- [x] `scoop` +- [ ] `AUR` +- [ ] ... + +```bash +$ brew install chsrc + +$ scoop install chsrc +``` diff --git a/pkg/scoop-chsrc.json b/pkg/scoop-chsrc.json deleted file mode 100644 index af41089..0000000 --- a/pkg/scoop-chsrc.json +++ /dev/null @@ -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" - } - } - } -}