镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- C11, static MinGW build, single exe (pmm/pdm) - apt-style multi-mirror install with sha256/sha1 verify - .pdm package format (pdm pack/install/remove), deb-like - github/gitlab/gitea/forgejo release install with --git/--github etc. - python/pip-style version selection (==,>=,<=,>,< , comma) - auto platform selection (windows/linux variants) - Windows Installed Apps registration + PATH auto-add - download progress bar (tqdm-style, ASCII-safe) - mirror/ : zero-dep Node.js registry server (variants, multi-version) - Licensed under GNU GPL v3
15 行
463 B
INI
15 行
463 B
INI
# PMM 镜像源配置 (mirror.conf 与本文件格式相同)
|
|
# apt 式:priority 越小越优先;registry 为 pmm install <包> 的索引镜像;
|
|
# download 为下载前缀;api 替换 git 主机 API 基地址。
|
|
#
|
|
[官方]
|
|
registry = https://pmm.parlz.com/mirror/packages
|
|
download = https://pmm.parlz.com/mirror/files
|
|
priority = 1
|
|
default = true
|
|
|
|
[自建Gitea]
|
|
registry = https://git.mycompany.local/packages
|
|
api = https://git.mycompany.local
|
|
priority = 20
|