1. 将 MRS(MounRiver Studio) Toolchain Linux x64  开发环境打包到 Arch Linux 的 AUR 软件包仓库

  2. 编写 MRS(MounRiver Studio) Toolchain Linux x64  的 PKGBUILD 打包脚本

PKGBUILD 源码:https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mounriver-studio-toolchain-bin


3. 上传到 Arch Linux 的 AUR 仓库:https://aur.archlinux.org/packages/mounriver-studio-toolchain-bin

4. 使用 AUR 工具安装,如:yay


yay -S mounriver-studio-toolchain-bin


5. 从 GitHub 下载打包好的 https://github.com/taotieren/arch_aur/releases/tag/1.0.30 包,下载连接:https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-bin-1.30-1-x86_64.pkg.tar.zst

https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-openocd-bin-1.30-1-x86_64.pkg.tar.zst

https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-riscv-bin-1.30-1-x86_64.pkg.tar.zst


国内加速下载连接:

https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-bin-1.30-1-x86_64.pkg.tar.zst

https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-openocd-bin-1.30-1-x86_64.pkg.tar.zst

https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-riscv-bin-1.30-1-x86_64.pkg.tar.zst


sha256sum

5523945d1a07dae083e2c862781c152102d6370888a4c1bf5d2559238a10e78a  mounriver-studio-toolchain-bin-1.30-1-x86_64.pkg.tar.zst
e49a7562c3513bf6de0efa21b114b384452cbf333aa6f4bde5218cafb67d4a6a  mounriver-studio-toolchain-openocd-bin-1.30-1-x86_64.pkg.tar.zst
53fa57a350e5fe82581d20f4897f3aeb08a739df671b9af25d28170527a61b14  mounriver-studio-toolchain-riscv-bin-1.30-1-x86_64.pkg.tar.zst


6. 使用 GitHub 在线安装

# GitHub 原连接
sudo pacman -S https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-bin-1.30-1-x86_64.pkg.tar.zst
sudo pacman -S https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-openocd-bin-1.30-1-x86_64.pkg.tar.zst
sudo pacman -S https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-riscv-bin-1.30-1-x86_64.pkg.tar.zst



# 国内 GitHub 加速下载
sudo pacman -S https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-bin-1.30-1-x86_64.pkg.tar.zst
sudo pacman -S https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-openocd-bin-1.30-1-x86_64.pkg.tar.zst
sudo pacman -S https://ghproxy.com/https://github.com/taotieren/arch_aur/releases/download/1.0.30/mounriver-studio-toolchain-riscv-bin-1.30-1-x86_64.pkg.tar.zst